diff options
author | Jim Meyering <meyering@redhat.com> | 2008-01-06 13:38:03 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-01-30 21:34:34 +0100 |
commit | 2985ff255ce9ae7736d27a903209d661ba638c75 (patch) | |
tree | 5e0419f9e0ed7697755982346bb40daf103e81e5 /src/fid.c | |
parent | 82ca819d41c07a57497e0439f9c1293241d8e632 (diff) | |
download | idutils-2985ff255ce9ae7736d27a903209d661ba638c75.tar.gz idutils-2985ff255ce9ae7736d27a903209d661ba638c75.tar.bz2 idutils-2985ff255ce9ae7736d27a903209d661ba638c75.zip |
Remove trailing blanks.
* README-alpha:
* TODO:
* doc/idutils.texi:
* libidu/scanners.c (set_uchar_ctype, ARGS, get_token_lisp):
* src/Makefile.am:
* src/fid.c (main):
* src/lid.c (report_edit):
* Makefile.cfg (local-checks-to-skip): Remove sc_trailing_blank,
thus enabling that check.
Diffstat (limited to 'src/fid.c')
-rw-r--r-- | src/fid.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -102,7 +102,7 @@ main (int argc, char **argv) program_name = argv[0]; idh.idh_file_name = 0; - + #if ENABLE_NLS /* Set locale according to user's wishes. */ @@ -184,7 +184,7 @@ main (int argc, char **argv) int count = 0; int i; int separator = (isatty (STDOUT_FILENO) ? ' ' : '\n'); - + for (i = 0; i < idh.idh_tokens; i++) { unsigned char const *hits; |