comparison lib-src/hexl.c @ 42439:d8a417105504

Remove unnecessary whitespaces.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 30 Dec 2001 22:09:01 +0000
parents 4a529ce5a52e
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
42438:60712692fdbc 42439:d8a417105504
71 ** -un || -de from hexl format to binary. 71 ** -un || -de from hexl format to binary.
72 ** -- End switch list. 72 ** -- End switch list.
73 ** <filename> dump filename 73 ** <filename> dump filename
74 ** - (as filename == stdin) 74 ** - (as filename == stdin)
75 */ 75 */
76 76
77 while (*argv && *argv[0] == '-' && (*argv)[1]) 77 while (*argv && *argv[0] == '-' && (*argv)[1])
78 { 78 {
79 /* A switch! */ 79 /* A switch! */
80 if (!strcmp (*argv, "--")) 80 if (!strcmp (*argv, "--"))
81 { 81 {