diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2016-12-16 17:27:30 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2016-12-16 17:27:30 +1300 |
commit | dbe2773058dd964154ca1e56e1e043b52806d82c (patch) | |
tree | 7aa95d7ffc769281fd1b3c6f833e5e196a387ab7 /crypt.c | |
parent | Add explicit crypt target (diff) | |
download | crypt-dbe2773058dd964154ca1e56e1e043b52806d82c.tar.gz crypt-dbe2773058dd964154ca1e56e1e043b52806d82c.zip |
Strip trailing whitespace
Diffstat (limited to 'crypt.c')
-rw-r--r-- | crypt.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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); } - |