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 /libports | |
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 'libports')
-rw-r--r-- | libports/begin-rpc.c | 2 | ||||
-rw-r--r-- | libports/claim-right.c | 1 | ||||
-rw-r--r-- | libports/complete-deallocate.c | 1 | ||||
-rw-r--r-- | libports/count-class.c | 3 | ||||
-rw-r--r-- | libports/create-internal.c | 1 | ||||
-rw-r--r-- | libports/create-port-noinstall.c | 3 | ||||
-rw-r--r-- | libports/create-port.c | 3 | ||||
-rw-r--r-- | libports/interrupt-notified-rpcs.c | 1 | ||||
-rw-r--r-- | libports/lookup-port.c | 2 | ||||
-rw-r--r-- | libports/manage-multithread.c | 5 | ||||
-rw-r--r-- | libports/port-deref-weak.c | 1 | ||||
-rw-r--r-- | libports/port-deref.c | 2 | ||||
-rw-r--r-- | libports/port-ref.c | 2 | ||||
-rw-r--r-- | libports/reallocate-port.c | 5 | ||||
-rw-r--r-- | libports/resume-all-rpcs.c | 2 | ||||
-rw-r--r-- | libports/resume-class-rpcs.c | 1 | ||||
-rw-r--r-- | libports/resume-port-rpcs.c | 3 | ||||
-rw-r--r-- | libports/transfer-right.c | 3 |
18 files changed, 0 insertions, 41 deletions
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; } - - - |