From 9822be06be8e50418a62939e17b823009a00f2ee Mon Sep 17 00:00:00 2001 From: Haru Date: Sat, 22 Mar 2014 08:42:17 +0100 Subject: Whitespace cleanup Replaced some tabs in the middle of the line with spaces. Thanks to KeiKun for pointing out #ifdef_COMMON_SYSINFO_H_ and making me realize how many of them were there. Signed-off-by: Haru --- src/common/core.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/common/core.h') diff --git a/src/common/core.h b/src/common/core.h index 2cb623bc2..5c2f2c9a5 100644 --- a/src/common/core.h +++ b/src/common/core.h @@ -2,8 +2,8 @@ // See the LICENSE file // Portions Copyright (c) Athena Dev Teams -#ifndef _COMMON_CORE_H_ -#define _COMMON_CORE_H_ +#ifndef _COMMON_CORE_H_ +#define _COMMON_CORE_H_ #include "../common/db.h" #include "../common/mmo.h" @@ -24,10 +24,10 @@ extern int runflag; extern char *SERVER_NAME; enum server_types { - SERVER_TYPE_UNKNOWN = 0x0, - SERVER_TYPE_LOGIN = 0x1, - SERVER_TYPE_CHAR = 0x2, - SERVER_TYPE_MAP = 0x4, + SERVER_TYPE_UNKNOWN = 0x0, + SERVER_TYPE_LOGIN = 0x1, + SERVER_TYPE_CHAR = 0x2, + SERVER_TYPE_MAP = 0x4, }; enum server_types SERVER_TYPE; -- cgit v1.2.3-70-g09d2