diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-07 17:34:17 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-10-07 17:34:17 -0700 |
commit | 3602fb0b7ba2bde9c73610693dbb50534fe42b81 (patch) | |
tree | 3a738fc259d6d55cc6b4acbb5ec07c5fe97b9202 /imakemdep.h | |
parent | c1f32dc1d4c1758065468e1f5d34707099f59f33 (diff) |
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
git diff -w & git diff -b show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'imakemdep.h')
-rw-r--r-- | imakemdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/imakemdep.h b/imakemdep.h index 6a51914..b8117c8 100644 --- a/imakemdep.h +++ b/imakemdep.h @@ -25,7 +25,7 @@ in this Software without prior written authorization from The Open Group. */ -/* +/* * This file contains machine-dependent constants for the imake utility. * When porting imake, read each of the steps below and add in any necessary * definitions. In general you should *not* edit ccimake.c or imake.c! @@ -460,7 +460,7 @@ static const struct symtab predefs[] = { #endif #if defined (__BUILTIN_VA_ARG_INCR) {"__BUILTIN_VA_ARG_INCR", "1"}, -#endif +#endif /* add any additional symbols before this line */ {NULL, NULL} }; |