From: markus schnalke Date: Mon, 21 May 2012 19:20:38 +0000 (+0200) Subject: (Ignore!) Again a whitespace change for testing purposes. X-Git-Tag: mmh-thesis-end~38 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=1a775e9cebd5de511e1ab50db894db43e6c2e802 (Ignore!) Again a whitespace change for testing purposes. --- diff --git a/h/fmt_scan.h b/h/fmt_scan.h index 09346da..d7f43af 100644 --- a/h/fmt_scan.h +++ b/h/fmt_scan.h @@ -16,7 +16,7 @@ struct comp { char *c_text; /* component text (if found) */ struct comp *c_next; /* hash chain linkage */ short c_flags; /* misc. flags (from fmt_scan) */ - short c_type; /* type info (from fmt_compile) */ + short c_type; /* type info (from fmt_compile) */ union { struct tws *c_u_tws; struct mailname *c_u_mn;