summaryrefslogtreecommitdiff
path: root/src/md5sum.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-06-11 19:37:03 +0000
committerJim Meyering <jim@meyering.net>1995-06-11 19:37:03 +0000
commit1d1094a69e4376c9e579aaaf6a88e8b118e2bc29 (patch)
tree85bed9812c897985f47972f3d7572734c4b90d63 /src/md5sum.c
parent8ddb66cff46798c87b54553fe28bf222676578a4 (diff)
downloadcoreutils-1d1094a69e4376c9e579aaaf6a88e8b118e2bc29.tar.xz
Remove trailing white space.
Diffstat (limited to 'src/md5sum.c')
-rw-r--r--src/md5sum.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index e0e7969bd..8ba60a168 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -314,7 +314,7 @@ option should be a former output of this program. The default mode is to\n\
produce a list with the checksum informations. A file name - denotes stdin.\n"),
program_name);
- exit (status);
+ exit (status);
}
#endif
@@ -488,7 +488,7 @@ md5_buffer (buffer, len, resblock)
#define FF(b, c, d) (work.d ^ (work.b & (work.c ^ work.d)))
#define FG(b, c, d) FF (d, b, c)
#define FH(b, c, d) (work.b ^ work.c ^ work.d)
-#define FI(b, c, d) (work.c ^ (work.b | ~work.d))
+#define FI(b, c, d) (work.c ^ (work.b | ~work.d))
/* Process the next LEN bytes following BUFFER and use the context given
in CTX. It is assumed that