summaryrefslogtreecommitdiff
path: root/libports
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2013-11-08 11:26:42 +0100
committerJustus Winter <4winter@informatik.uni-hamburg.de>2013-11-09 14:47:24 +0100
commit057c04d1157322c235872e412bcc22487858c5af (patch)
tree1a08d7929b21859985ece910175e72a82fe258c7 /libports
parent218cae5a714342b5d82a5b004d58f0a9ebbbfe5e (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.c2
-rw-r--r--libports/claim-right.c1
-rw-r--r--libports/complete-deallocate.c1
-rw-r--r--libports/count-class.c3
-rw-r--r--libports/create-internal.c1
-rw-r--r--libports/create-port-noinstall.c3
-rw-r--r--libports/create-port.c3
-rw-r--r--libports/interrupt-notified-rpcs.c1
-rw-r--r--libports/lookup-port.c2
-rw-r--r--libports/manage-multithread.c5
-rw-r--r--libports/port-deref-weak.c1
-rw-r--r--libports/port-deref.c2
-rw-r--r--libports/port-ref.c2
-rw-r--r--libports/reallocate-port.c5
-rw-r--r--libports/resume-all-rpcs.c2
-rw-r--r--libports/resume-class-rpcs.c1
-rw-r--r--libports/resume-port-rpcs.c3
-rw-r--r--libports/transfer-right.c3
18 files changed, 0 insertions, 41 deletions
diff --git a/libports/begin-rpc.c b/libports/begin-rpc.c
index 1e0e8ed63..142af981c 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 69d378f98..4851ea3cf 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 e569b461d..8ce095b12 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 986a68bb3..0c48b46e5 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 572a55a82..855129705 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 20c26a2f4..fd5a64037 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 4da92d4a4..104a18d02 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 6d6493d31..49a15d0cc 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 373d929c6..f79f6f0ca 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 4003cfbce..60f4c19d7 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 91071ffa6..beb484231 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 ae10a02c9..cf9b23839 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 864c540e4..92b711838 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 891786cb7..b2977dd3b 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 e9669e0f5..e4befffc2 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 a8c701e29..60a2b12ea 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 5dc5c70e0..6d71ab507 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 2a7906947..e313f71fe 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;
}
-
-
-