Fixed tabs vs spaces indentations (#157)
This commit is contained in:
committed by
Jason Watkins
parent
50335c4a5c
commit
90ccec0d07
@@ -38,8 +38,8 @@ namespace XPC
|
||||
|
||||
/// Sets the socket that message handlers use to send responses.
|
||||
static void SetSocket(UDPSocket* socket);
|
||||
|
||||
static void SendBeacon(const std::string& pluginVersion, unsigned short pluginReceivePort, int xplaneVersion);
|
||||
|
||||
static void SendBeacon(const std::string& pluginVersion, unsigned short pluginReceivePort, int xplaneVersion);
|
||||
|
||||
private:
|
||||
// One handler per message type. Message types are descripbed on the
|
||||
|
||||
Reference in New Issue
Block a user