aboutsummaryrefslogtreecommitdiff
path: root/sbin/md5/md5.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:12:45 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 06:12:45 +0000
commit5ebc7e6281887681c3a348a5a4c902e262ccd656 (patch)
tree4d38911cf1e5e1ef56a662eddcbe2f706b2e6973 /sbin/md5/md5.c
parent6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8 (diff)
downloadsrc-5ebc7e6281887681c3a348a5a4c902e262ccd656.tar.gz
src-5ebc7e6281887681c3a348a5a4c902e262ccd656.zip
Remove trailing whitespace.
Notes
Notes: svn path=/head/; revision=8871
Diffstat (limited to 'sbin/md5/md5.c')
-rw-r--r--sbin/md5/md5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/md5/md5.c b/sbin/md5/md5.c
index 5a697f831970..d3a0281f53af 100644
--- a/sbin/md5/md5.c
+++ b/sbin/md5/md5.c
@@ -1,5 +1,5 @@
/*
- * $Id: md5.c,v 1.3 1995/02/26 01:55:31 phk Exp $
+ * $Id: md5.c,v 1.4 1995/02/26 02:00:35 phk Exp $
*
* Derived from:
*/
@@ -67,7 +67,7 @@ main(argc, argv)
MDTestSuite();
else {
p = MD5File(argv[i]);
- if (!p)
+ if (!p)
perror(argv[i]);
else
printf("MD5 (%s) = %s\n", argv[i], p);