summaryrefslogtreecommitdiffstats
path: root/mcop
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-09-18 01:05:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-09-18 01:05:16 +0900
commitb6c36b6b6bdd7d2710eea59b8013d40d95d3ec4b (patch)
tree3e51a576698156e4fcead5f27d1a671be5c489b3 /mcop
parent6b23f6c7c932f5d4487c46b43211b561e80ab9f4 (diff)
downloadarts-b6c36b6b6bdd7d2710eea59b8013d40d95d3ec4b.tar.gz
arts-b6c36b6b6bdd7d2710eea59b8013d40d95d3ec4b.zip
Removed code formating modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mcop')
-rw-r--r--mcop/tcpserver.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcop/tcpserver.cc b/mcop/tcpserver.cc
index c2cffee..ad90676 100644
--- a/mcop/tcpserver.cc
+++ b/mcop/tcpserver.cc
@@ -189,5 +189,3 @@ void TCPServer::notifyIO(int fd, int types)
arts_assert((types & IOType::write) == 0);
arts_assert((types & IOType::except) == 0);
}
-
-// vim: sw=4 ts=4