about summary refs log tree commit diff
path: root/src/versionsrv/versionsrv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/versionsrv/versionsrv.h')
-rw-r--r--src/versionsrv/versionsrv.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/versionsrv/versionsrv.h b/src/versionsrv/versionsrv.h
index d458a54c..e771bd3c 100644
--- a/src/versionsrv/versionsrv.h
+++ b/src/versionsrv/versionsrv.h
@@ -1,9 +1,9 @@
 #ifndef VERSIONSRV_VERSIONSRV_H
 #define VERSIONSRV_VERSIONSRV_H
-static const int VERSIONSRV_PORT = 8302;

-

-static const unsigned char VERSION_DATA[] = {0x00, 0, 5, 1};

-

-static const unsigned char VERSIONSRV_GETVERSION[] = {255, 255, 255, 255, 'v', 'e', 'r', 'g'};

-static const unsigned char VERSIONSRV_VERSION[] = {255, 255, 255, 255, 'v', 'e', 'r', 's'};

+static const int VERSIONSRV_PORT = 8302;
+
+static const unsigned char VERSION_DATA[] = {0x00, 0, 5, 1};
+
+static const unsigned char VERSIONSRV_GETVERSION[] = {255, 255, 255, 255, 'v', 'e', 'r', 'g'};
+static const unsigned char VERSIONSRV_VERSION[] = {255, 255, 255, 255, 'v', 'e', 'r', 's'};
 #endif