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/bsd-misc.h | |
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/bsd-misc.h')
-rw-r--r-- | openbsd-compat/bsd-misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-misc.h b/openbsd-compat/bsd-misc.h index 27abb2e92..6084de8d6 100644 --- a/openbsd-compat/bsd-misc.h +++ b/openbsd-compat/bsd-misc.h | |||
@@ -49,7 +49,7 @@ int setegid(uid_t); | |||
49 | 49 | ||
50 | #if !defined(HAVE_STRERROR) && defined(HAVE_SYS_ERRLIST) && defined(HAVE_SYS_NERR) | 50 | #if !defined(HAVE_STRERROR) && defined(HAVE_SYS_ERRLIST) && defined(HAVE_SYS_NERR) |
51 | const char *strerror(int); | 51 | const char *strerror(int); |
52 | #endif | 52 | #endif |
53 | 53 | ||
54 | #if !defined(HAVE_SETLINEBUF) | 54 | #if !defined(HAVE_SETLINEBUF) |
55 | #define setlinebuf(a) (setvbuf((a), NULL, _IOLBF, 0)) | 55 | #define setlinebuf(a) (setvbuf((a), NULL, _IOLBF, 0)) |