diff options
author | Darren Tucker <dtucker@zip.com.au> | 2016-08-02 09:44:25 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2016-08-02 09:44:25 +1000 |
commit | c20dccb5614c5714f4155dda01bcdebf97cfae7e (patch) | |
tree | 52a7fb54f19aae274f12f1c9db7eaeb1922137aa /openbsd-compat/xcrypt.c | |
parent | 30f9bd1c0963c23bfba8468dfd26aa17609ba42f (diff) |
Strip trailing whitespace.
Mechanically strip trailing whitespace on files not synced with OpenBSD
(or in the case of bsd-snprint.c, rsync).
Diffstat (limited to 'openbsd-compat/xcrypt.c')
-rw-r--r-- | openbsd-compat/xcrypt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/xcrypt.c b/openbsd-compat/xcrypt.c index cf6a9b99f..532154f7f 100644 --- a/openbsd-compat/xcrypt.c +++ b/openbsd-compat/xcrypt.c | |||
@@ -42,7 +42,7 @@ | |||
42 | # include <sys/security.h> | 42 | # include <sys/security.h> |
43 | # include <sys/audit.h> | 43 | # include <sys/audit.h> |
44 | # include <prot.h> | 44 | # include <prot.h> |
45 | # endif | 45 | # endif |
46 | 46 | ||
47 | # if defined(HAVE_SHADOW_H) && !defined(DISABLE_SHADOW) | 47 | # if defined(HAVE_SHADOW_H) && !defined(DISABLE_SHADOW) |
48 | # include <shadow.h> | 48 | # include <shadow.h> |
@@ -121,7 +121,7 @@ xcrypt(const char *password, const char *salt) | |||
121 | crypted = bigcrypt(password, salt); | 121 | crypted = bigcrypt(password, salt); |
122 | # else | 122 | # else |
123 | crypted = crypt(password, salt); | 123 | crypted = crypt(password, salt); |
124 | # endif | 124 | # endif |
125 | 125 | ||
126 | return crypted; | 126 | return crypted; |
127 | } | 127 | } |