summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common/evdp_epoll.c1
-rw-r--r--src/common/network.c3
2 files changed, 1 insertions, 3 deletions
diff --git a/src/common/evdp_epoll.c b/src/common/evdp_epoll.c
index d71c8d4d7..0357dfc66 100644
--- a/src/common/evdp_epoll.c
+++ b/src/common/evdp_epoll.c
@@ -230,4 +230,3 @@ void evdp_writable_remove(int32 fd, EVDP_DATA *ep){
return;
}//end: evdp_writable_remove()
-
diff --git a/src/common/network.c b/src/common/network.c
index 2574f3cc1..1f1621363 100644
--- a/src/common/network.c
+++ b/src/common/network.c
@@ -1,4 +1,4 @@
- //
+//
// Network Subsystem (previously known as socket system)
//
// Author: Florian Wilkemeyer <fw@f-ws.de>
@@ -1059,4 +1059,3 @@ void network_parser_set_ro(int32 fd,
//
}//end: network_parser_set_ro()
-