From 057c04d1157322c235872e412bcc22487858c5af Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Fri, 8 Nov 2013 11:26:42 +0100 Subject: 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. --- libtrivfs/demuxer.c | 2 -- libtrivfs/protid-clean.c | 3 --- libtrivfs/times.c | 4 ---- 3 files changed, 9 deletions(-) (limited to 'libtrivfs') 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; } - - - - -- cgit v1.2.3