summaryrefslogtreecommitdiffstats
path: root/src/fid.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-01-06 13:38:03 +0100
committerJim Meyering <meyering@redhat.com>2008-01-30 21:34:34 +0100
commit2985ff255ce9ae7736d27a903209d661ba638c75 (patch)
tree5e0419f9e0ed7697755982346bb40daf103e81e5 /src/fid.c
parent82ca819d41c07a57497e0439f9c1293241d8e632 (diff)
downloadidutils-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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fid.c b/src/fid.c
index 9a5c63c..9ef2b2f 100644
--- a/src/fid.c
+++ b/src/fid.c
@@ -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;