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. --- libports/begin-rpc.c | 2 -- libports/claim-right.c | 1 - libports/complete-deallocate.c | 1 - libports/count-class.c | 3 --- libports/create-internal.c | 1 - libports/create-port-noinstall.c | 3 --- libports/create-port.c | 3 --- libports/interrupt-notified-rpcs.c | 1 - libports/lookup-port.c | 2 -- libports/manage-multithread.c | 5 ----- libports/port-deref-weak.c | 1 - libports/port-deref.c | 2 -- libports/port-ref.c | 2 -- libports/reallocate-port.c | 5 ----- libports/resume-all-rpcs.c | 2 -- libports/resume-class-rpcs.c | 1 - libports/resume-port-rpcs.c | 3 --- libports/transfer-right.c | 3 --- 18 files changed, 41 deletions(-) (limited to 'libports') diff --git a/libports/begin-rpc.c b/libports/begin-rpc.c index 1e0e8ed6..142af981 100644 --- a/libports/begin-rpc.c +++ b/libports/begin-rpc.c @@ -106,5 +106,3 @@ ports_begin_rpc (void *portstruct, mach_msg_id_t msg_id, struct rpc_info *info) return 0; } - - diff --git a/libports/claim-right.c b/libports/claim-right.c index 69d378f9..4851ea3c 100644 --- a/libports/claim-right.c +++ b/libports/claim-right.c @@ -50,4 +50,3 @@ ports_claim_right (void *portstruct) return ret; } - diff --git a/libports/complete-deallocate.c b/libports/complete-deallocate.c index e569b461..8ce095b1 100644 --- a/libports/complete-deallocate.c +++ b/libports/complete-deallocate.c @@ -49,4 +49,3 @@ _ports_complete_deallocate (struct port_info *pi) free (pi); } - diff --git a/libports/count-class.c b/libports/count-class.c index 986a68bb..0c48b46e 100644 --- a/libports/count-class.c +++ b/libports/count-class.c @@ -31,6 +31,3 @@ ports_count_class (struct port_class *class) pthread_mutex_unlock (&_ports_lock); return ret; } - - - diff --git a/libports/create-internal.c b/libports/create-internal.c index 572a55a8..85512970 100644 --- a/libports/create-internal.c +++ b/libports/create-internal.c @@ -118,4 +118,3 @@ _ports_create_port_internal (struct port_class *class, return err; } - diff --git a/libports/create-port-noinstall.c b/libports/create-port-noinstall.c index 20c26a2f..fd5a6403 100644 --- a/libports/create-port-noinstall.c +++ b/libports/create-port-noinstall.c @@ -30,6 +30,3 @@ ports_create_port_noinstall (struct port_class *class, { return _ports_create_port_internal (class, bucket, size, result, 0); } - - - diff --git a/libports/create-port.c b/libports/create-port.c index 4da92d4a..104a18d0 100644 --- a/libports/create-port.c +++ b/libports/create-port.c @@ -30,6 +30,3 @@ ports_create_port (struct port_class *class, struct port_bucket *bucket, { return _ports_create_port_internal (class, bucket, size, result, 1); } - - - diff --git a/libports/interrupt-notified-rpcs.c b/libports/interrupt-notified-rpcs.c index 6d6493d3..49a15d0c 100644 --- a/libports/interrupt-notified-rpcs.c +++ b/libports/interrupt-notified-rpcs.c @@ -114,4 +114,3 @@ _ports_remove_notified_rpc (struct rpc_info *rpc) _ports_free_rpc_notifies = req; } } - diff --git a/libports/lookup-port.c b/libports/lookup-port.c index 373d929c..f79f6f0c 100644 --- a/libports/lookup-port.c +++ b/libports/lookup-port.c @@ -50,5 +50,3 @@ ports_lookup_port (struct port_bucket *bucket, return pi; } - - diff --git a/libports/manage-multithread.c b/libports/manage-multithread.c index 4003cfbc..60f4c19d 100644 --- a/libports/manage-multithread.c +++ b/libports/manage-multithread.c @@ -247,8 +247,3 @@ ports_manage_port_operations_multithread (struct port_bucket *bucket, totalthreads = 1; thread_function ((void *) 1); } - - - - - diff --git a/libports/port-deref-weak.c b/libports/port-deref-weak.c index 91071ffa..beb48423 100644 --- a/libports/port-deref-weak.c +++ b/libports/port-deref-weak.c @@ -34,4 +34,3 @@ ports_port_deref_weak (void *portstruct) else pthread_mutex_unlock (&_ports_lock); } - diff --git a/libports/port-deref.c b/libports/port-deref.c index ae10a02c..cf9b2383 100644 --- a/libports/port-deref.c +++ b/libports/port-deref.c @@ -48,5 +48,3 @@ ports_port_deref (void *portstruct) else pthread_mutex_unlock (&_ports_lock); } - - diff --git a/libports/port-ref.c b/libports/port-ref.c index 864c540e..92b71183 100644 --- a/libports/port-ref.c +++ b/libports/port-ref.c @@ -31,5 +31,3 @@ ports_port_ref (void *portstruct) pi->refcnt++; pthread_mutex_unlock (&_ports_lock); } - - diff --git a/libports/reallocate-port.c b/libports/reallocate-port.c index 891786cb..b2977dd3 100644 --- a/libports/reallocate-port.c +++ b/libports/reallocate-port.c @@ -58,8 +58,3 @@ ports_reallocate_port (void *portstruct) if (dropref) ports_port_deref (pi); } - - - - - diff --git a/libports/resume-all-rpcs.c b/libports/resume-all-rpcs.c index e9669e0f..e4befffc 100644 --- a/libports/resume-all-rpcs.c +++ b/libports/resume-all-rpcs.c @@ -34,5 +34,3 @@ ports_resume_all_rpcs () } pthread_mutex_unlock (&_ports_lock); } - - diff --git a/libports/resume-class-rpcs.c b/libports/resume-class-rpcs.c index a8c701e2..60a2b12e 100644 --- a/libports/resume-class-rpcs.c +++ b/libports/resume-class-rpcs.c @@ -34,4 +34,3 @@ ports_resume_class_rpcs (struct port_class *class) } pthread_mutex_unlock (&_ports_lock); } - diff --git a/libports/resume-port-rpcs.c b/libports/resume-port-rpcs.c index 5dc5c70e..6d71ab50 100644 --- a/libports/resume-port-rpcs.c +++ b/libports/resume-port-rpcs.c @@ -37,6 +37,3 @@ ports_resume_port_rpcs (void *portstruct) } pthread_mutex_unlock (&_ports_lock); } - - - diff --git a/libports/transfer-right.c b/libports/transfer-right.c index 2a790694..e313f71f 100644 --- a/libports/transfer-right.c +++ b/libports/transfer-right.c @@ -95,6 +95,3 @@ ports_transfer_right (void *tostruct, ports_port_deref (topi); return 0; } - - - -- cgit v1.2.3