aboutsummaryrefslogtreecommitdiff
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
parentAdd explicit crypt target (diff)
downloadcrypt-dbe2773058dd964154ca1e56e1e043b52806d82c.tar.gz
crypt-dbe2773058dd964154ca1e56e1e043b52806d82c.zip
Strip trailing whitespace
-rw-r--r--LICENSE1
-rw-r--r--crypt.11
-rw-r--r--crypt.c3
-rw-r--r--crypt.h1
4 files changed, 1 insertions, 5 deletions
diff --git a/LICENSE b/LICENSE
index 6420c68..bf6312f 100644
--- a/LICENSE
+++ b/LICENSE
@@ -19,4 +19,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-
diff --git a/crypt.1 b/crypt.1
index d3d65df..452b44f 100644
--- a/crypt.1
+++ b/crypt.1
@@ -18,4 +18,3 @@ on the shell script. Its only purpose is so the author can play with
crypt(3)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>
-
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);
}
-
diff --git a/crypt.h b/crypt.h
index 7a390d7..2511a15 100644
--- a/crypt.h
+++ b/crypt.h
@@ -8,4 +8,3 @@
#include <unistd.h>
#endif
-