From 79d489720612264e2bd602622d034ddbb07c0f35 Mon Sep 17 00:00:00 2001 From: Chris Teubert Date: Mon, 4 May 2015 10:59:16 -0700 Subject: [PATCH] Added newline at EOF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So X-Code won’t complain anymore. --- xpcPlugin/DataManager.h | 3 +-- xpcPlugin/DataMaps.cpp | 2 +- xpcPlugin/Drawing.h | 3 +-- xpcPlugin/Message.h | 3 +-- xpcPlugin/MessageHandlers.h | 3 +-- xpcPlugin/UDPSocket.h | 3 +-- 6 files changed, 6 insertions(+), 11 deletions(-) diff --git a/xpcPlugin/DataManager.h b/xpcPlugin/DataManager.h index 44e2b65..5524b8c 100644 --- a/xpcPlugin/DataManager.h +++ b/xpcPlugin/DataManager.h @@ -407,5 +407,4 @@ namespace XPC static void SetFlaps(float value); }; } - -#endif \ No newline at end of file +#endif diff --git a/xpcPlugin/DataMaps.cpp b/xpcPlugin/DataMaps.cpp index e0dc087..c269594 100644 --- a/xpcPlugin/DataMaps.cpp +++ b/xpcPlugin/DataMaps.cpp @@ -77,4 +77,4 @@ namespace XPC DREF::ThrottleActual } }; -} \ No newline at end of file +} diff --git a/xpcPlugin/Drawing.h b/xpcPlugin/Drawing.h index 0187810..d24b2bf 100644 --- a/xpcPlugin/Drawing.h +++ b/xpcPlugin/Drawing.h @@ -57,5 +57,4 @@ namespace XPC static void RemoveWaypoints(Waypoint points[], size_t numPoints); }; } - -#endif \ No newline at end of file +#endif diff --git a/xpcPlugin/Message.h b/xpcPlugin/Message.h index 3962dc8..b44b41d 100644 --- a/xpcPlugin/Message.h +++ b/xpcPlugin/Message.h @@ -53,5 +53,4 @@ namespace XPC struct sockaddr source; }; } - -#endif \ No newline at end of file +#endif diff --git a/xpcPlugin/MessageHandlers.h b/xpcPlugin/MessageHandlers.h index 749c00c..2b42268 100644 --- a/xpcPlugin/MessageHandlers.h +++ b/xpcPlugin/MessageHandlers.h @@ -64,5 +64,4 @@ namespace XPC static UDPSocket* sock; // Outgoing network socket }; } - -#endif \ No newline at end of file +#endif diff --git a/xpcPlugin/UDPSocket.h b/xpcPlugin/UDPSocket.h index b6e8e58..184f6e5 100644 --- a/xpcPlugin/UDPSocket.h +++ b/xpcPlugin/UDPSocket.h @@ -70,5 +70,4 @@ namespace XPC #endif }; } - -#endif \ No newline at end of file +#endif