diff options
author | Jim Meyering <jim@meyering.net> | 1997-11-30 11:16:14 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-11-30 11:16:14 +0000 |
commit | 3f7e011ab0228526a15ae66656f381d2aa1a3009 (patch) | |
tree | ff000e0174b416a3c579f5e6054230b9de2a97f0 /lib | |
parent | bca6f1740d2bfd21ceddc6101a73dfb191b1d3d5 (diff) | |
download | coreutils-3f7e011ab0228526a15ae66656f381d2aa1a3009.tar.xz |
remove trailing blank
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xstrtoul.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xstrtoul.h b/lib/xstrtoul.h index 99f1642af..76b728f86 100644 --- a/lib/xstrtoul.h +++ b/lib/xstrtoul.h @@ -5,7 +5,7 @@ /* Undefine this symbol so we can include xstrtol.h a second time. Otherwise, a program that wanted both xstrtol.h and xstrtoul.h - would never get the declaration corresponding to the header file + would never get the declaration corresponding to the header file included after the first one. */ # undef XSTRTOL_H_ # include "xstrtol.h" |