From 8e858e2700651a0e973169b579622cd3dcd0defd Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 7 Mar 2007 09:35:43 +0000 Subject: clean up accumulated whitespace damage --- coreutils/od_bloaty.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'coreutils/od_bloaty.c') diff --git a/coreutils/od_bloaty.c b/coreutils/od_bloaty.c index c69470a14..74765f842 100644 --- a/coreutils/od_bloaty.c +++ b/coreutils/od_bloaty.c @@ -542,7 +542,7 @@ check_and_close(void) fmt = SIGNED_DECIMAL; size = INT or LONG; (whichever integral_type_size[4] resolves to) print_function = print_int; (assuming size == INT) - fmt_string = "%011d%c"; + fmt_string = "%011d%c"; } S_ORIG is solely for reporting errors. It should be the full format string argument. */ @@ -823,7 +823,7 @@ skip(off_t n_skip) n_bytes_read = fread(buf, 1, n_bytes_to_read, in_stream); n_skip -= n_bytes_read; if (n_bytes_read != n_bytes_to_read) - break; /* EOF on this file or error */ + break; /* EOF on this file or error */ } } if (n_skip == 0) @@ -1334,7 +1334,7 @@ int od_main(int argc, char **argv) /* If the --traditional option is used, there may be from * 0 to 3 remaining command line arguments; handle each case * separately. - * od [file] [[+]offset[.][b] [[+]label[.][b]]] + * od [file] [[+]offset[.][b] [[+]label[.][b]]] * The offset and pseudo_start have the same syntax. * * FIXME: POSIX 1003.1-2001 with XSI requires support for the -- cgit v1.2.3