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