diff options
| author | Pavel Janík | 2001-12-30 22:09:01 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-30 22:09:01 +0000 |
| commit | 80b2cbf2639beea20ab88681feb0a5972fe3e896 (patch) | |
| tree | 59ad6df76ad739ca1d32fda210b76989c9621722 /lib-src/hexl.c | |
| parent | 9d8f0a614a1f6719f182c7ebdb59319487aeb087 (diff) | |
| download | emacs-80b2cbf2639beea20ab88681feb0a5972fe3e896.tar.gz emacs-80b2cbf2639beea20ab88681feb0a5972fe3e896.zip | |
Remove unnecessary whitespaces.
Diffstat (limited to 'lib-src/hexl.c')
| -rw-r--r-- | lib-src/hexl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/hexl.c b/lib-src/hexl.c index 9c40b0e3d94..cbab66a2a17 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c | |||
| @@ -73,7 +73,7 @@ main (argc, argv) | |||
| 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! */ |