From c5f590d460f75e91d428ecd7758d1bb0910c0942 Mon Sep 17 00:00:00 2001 From: Lukas Pioch Date: Tue, 19 Sep 2017 10:34:08 +0200 Subject: Removed UTF-8 BOM (#4033) --- Tools/ProtoProxy/Connection.cpp | 2 +- Tools/ProtoProxy/Connection.h | 2 +- Tools/ProtoProxy/Server.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'Tools/ProtoProxy') diff --git a/Tools/ProtoProxy/Connection.cpp b/Tools/ProtoProxy/Connection.cpp index c54157f05..1f765340f 100644 --- a/Tools/ProtoProxy/Connection.cpp +++ b/Tools/ProtoProxy/Connection.cpp @@ -1,4 +1,4 @@ - + // Connection.cpp // Interfaces to the cConnection class representing a single pair of connected sockets diff --git a/Tools/ProtoProxy/Connection.h b/Tools/ProtoProxy/Connection.h index 226623c93..d8a63d70f 100644 --- a/Tools/ProtoProxy/Connection.h +++ b/Tools/ProtoProxy/Connection.h @@ -1,4 +1,4 @@ - + // Connection.h // Interfaces to the cConnection class representing a single pair of connected sockets diff --git a/Tools/ProtoProxy/Server.h b/Tools/ProtoProxy/Server.h index 6e930835e..b29c6e394 100644 --- a/Tools/ProtoProxy/Server.h +++ b/Tools/ProtoProxy/Server.h @@ -1,4 +1,4 @@ - + // Server.h // Interfaces to the cServer class encapsulating the entire "server" -- cgit v1.2.3