diff options
author | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-11-08 11:26:42 +0100 |
---|---|---|
committer | Justus Winter <4winter@informatik.uni-hamburg.de> | 2013-11-09 14:47:24 +0100 |
commit | 057c04d1157322c235872e412bcc22487858c5af (patch) | |
tree | 1a08d7929b21859985ece910175e72a82fe258c7 /libcons | |
parent | 218cae5a714342b5d82a5b004d58f0a9ebbbfe5e (diff) |
Normalize whitespace at the end of each file to '\n'
Some files were not normalized. In console/motd.UTF8 the additional
newline is intentional. Empty files were excluded as well.
Diffstat (limited to 'libcons')
-rw-r--r-- | libcons/demuxer.c | 1 | ||||
-rw-r--r-- | libcons/init-loop.c | 1 | ||||
-rw-r--r-- | libcons/mutations.h | 1 | ||||
-rw-r--r-- | libcons/vcons-scrollback.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/libcons/demuxer.c b/libcons/demuxer.c index 8982bfa9..2db08905 100644 --- a/libcons/demuxer.c +++ b/libcons/demuxer.c @@ -27,4 +27,3 @@ cons_demuxer (mach_msg_header_t *inp, mach_msg_header_t *outp) return (cons_fs_notify_server (inp, outp)); } - diff --git a/libcons/init-loop.c b/libcons/init-loop.c index 18576cb0..987754df 100644 --- a/libcons/init-loop.c +++ b/libcons/init-loop.c @@ -29,4 +29,3 @@ cons_server_loop (void) cons_demuxer, 0); /* Not reached. */ } - diff --git a/libcons/mutations.h b/libcons/mutations.h index af5ab2d0..c895447a 100644 --- a/libcons/mutations.h +++ b/libcons/mutations.h @@ -24,4 +24,3 @@ #define FS_NOTIFY_DESTRUCTOR end_using_notify_port (cons_notify_t) #define FS_NOTIFY_IMPORTS import "priv.h"; - diff --git a/libcons/vcons-scrollback.c b/libcons/vcons-scrollback.c index 625fc4b5..0cf6b267 100644 --- a/libcons/vcons-scrollback.c +++ b/libcons/vcons-scrollback.c @@ -161,4 +161,3 @@ cons_vcons_scrollback (vcons_t vcons, cons_scroll_t type, float value) pthread_mutex_unlock (&vcons->lock); return ret; } - |