Added newline at EOF

So X-Code won’t complain anymore.
This commit is contained in:
Chris Teubert
2015-05-04 10:59:16 -07:00
parent 63b9ac25d7
commit 79d4897206
6 changed files with 6 additions and 11 deletions

View File

@@ -407,5 +407,4 @@ namespace XPC
static void SetFlaps(float value); static void SetFlaps(float value);
}; };
} }
#endif
#endif

View File

@@ -77,4 +77,4 @@ namespace XPC
DREF::ThrottleActual DREF::ThrottleActual
} }
}; };
} }

View File

@@ -57,5 +57,4 @@ namespace XPC
static void RemoveWaypoints(Waypoint points[], size_t numPoints); static void RemoveWaypoints(Waypoint points[], size_t numPoints);
}; };
} }
#endif
#endif

View File

@@ -53,5 +53,4 @@ namespace XPC
struct sockaddr source; struct sockaddr source;
}; };
} }
#endif
#endif

View File

@@ -64,5 +64,4 @@ namespace XPC
static UDPSocket* sock; // Outgoing network socket static UDPSocket* sock; // Outgoing network socket
}; };
} }
#endif
#endif

View File

@@ -70,5 +70,4 @@ namespace XPC
#endif #endif
}; };
} }
#endif
#endif