summaryrefslogtreecommitdiff
path: root/src/base/string_length.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/string_length.h')
-rw-r--r--src/base/string_length.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/base/string_length.h b/src/base/string_length.h
index 7a8ab04..021bfe8 100644
--- a/src/base/string_length.h
+++ b/src/base/string_length.h
@@ -1,17 +1,17 @@
#ifndef STR_LENGTH_H
-#define STR_LENGTH_H
+# define STR_LENGTH_H
-#include "main.h"
+# include "main.h"
-#define STR_SIZE 128
-#define STR_PROTO_SIZE 128
-#define STR_LOG_SIZE 256
-#define STR_NUM_SIZE 8
-#define STR_NAME_SIZE 32
-#define STR_PATH_SIZE 4096
-#define STR_FILE_NAME_SIZE 256
-#define STR_IP_SIZE 64
+# define STR_SIZE 128
+# define STR_PROTO_SIZE 128
+# define STR_LOG_SIZE 256
+# define STR_NUM_SIZE 8
+# define STR_NAME_SIZE 32
+# define STR_PATH_SIZE 4096
+# define STR_FILE_NAME_SIZE 256
+# define STR_IP_SIZE 64
#endif