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 /libtrivfs | |
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 'libtrivfs')
-rw-r--r-- | libtrivfs/demuxer.c | 2 | ||||
-rw-r--r-- | libtrivfs/protid-clean.c | 3 | ||||
-rw-r--r-- | libtrivfs/times.c | 4 |
3 files changed, 0 insertions, 9 deletions
diff --git a/libtrivfs/demuxer.c b/libtrivfs/demuxer.c index 27777468..49ee45a8 100644 --- a/libtrivfs/demuxer.c +++ b/libtrivfs/demuxer.c @@ -35,5 +35,3 @@ trivfs_demuxer (mach_msg_header_t *inp, || trivfs_fsys_server (inp, outp) || ports_interrupt_server (inp, outp)); } - - diff --git a/libtrivfs/protid-clean.c b/libtrivfs/protid-clean.c index a9623a3c..f98da6a5 100644 --- a/libtrivfs/protid-clean.c +++ b/libtrivfs/protid-clean.c @@ -50,6 +50,3 @@ trivfs_clean_protid (void *arg) if (cred->realnode != MACH_PORT_NULL) mach_port_deallocate (mach_task_self (), cred->realnode); } - - - diff --git a/libtrivfs/times.c b/libtrivfs/times.c index d2fcc589..5f08cb18 100644 --- a/libtrivfs/times.c +++ b/libtrivfs/times.c @@ -46,7 +46,3 @@ trivfs_set_mtime (struct trivfs_control *cntl) file_utimes (cntl->underlying, atime, mtime); return 0; } - - - - |