aboutsummaryrefslogtreecommitdiff
path: root/crypt.c
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-16 17:27:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-16 17:27:30 +1300
commitdbe2773058dd964154ca1e56e1e043b52806d82c (patch)
tree7aa95d7ffc769281fd1b3c6f833e5e196a387ab7 /crypt.c
parentAdd explicit crypt target (diff)
downloadcrypt-dbe2773058dd964154ca1e56e1e043b52806d82c.tar.gz
crypt-dbe2773058dd964154ca1e56e1e043b52806d82c.zip
Strip trailing whitespace
Diffstat (limited to 'crypt.c')
-rw-r--r--crypt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypt.c b/crypt.c
index b7d876a..8b810c2 100644
--- a/crypt.c
+++ b/crypt.c
@@ -6,7 +6,7 @@
/**
* crypt(1) - Simple shell script frontend to crypt(3), because I'm tired of
* fighting with mkpasswd(1).
- *
+ *
* Author: Tom Ryder <tom\@sanctum.geek.nz>
* Copyright: 2015
* License: MIT
@@ -51,4 +51,3 @@ int main (int argc, char **argv)
fprintf(stdout, "%s\n", hash);
exit(EXIT_SUCCESS);
}
-