summaryrefslogtreecommitdiff
path: root/src/common/grfio.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-03-22 08:42:17 +0100
committerHaru <haru@dotalux.com>2014-04-17 06:09:50 +0200
commit9822be06be8e50418a62939e17b823009a00f2ee (patch)
tree0f70c6d0873c04ffb2d557e58c39206fa18112b3 /src/common/grfio.h
parent6af9ad3f9eb6c2508a3622b307293be7939c5608 (diff)
downloadhercules-9822be06be8e50418a62939e17b823009a00f2ee.tar.gz
hercules-9822be06be8e50418a62939e17b823009a00f2ee.tar.bz2
hercules-9822be06be8e50418a62939e17b823009a00f2ee.tar.xz
hercules-9822be06be8e50418a62939e17b823009a00f2ee.zip
Whitespace cleanup
Replaced some tabs in the middle of the line with spaces. Thanks to KeiKun for pointing out #ifdef<tab>_COMMON_SYSINFO_H_ and making me realize how many of them were there. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/common/grfio.h')
-rw-r--r--src/common/grfio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/grfio.h b/src/common/grfio.h
index 4f5d0d6bc..930ed7e36 100644
--- a/src/common/grfio.h
+++ b/src/common/grfio.h
@@ -1,8 +1,8 @@
// Copyright (c) Athena Dev Teams - Licensed under GNU GPL
// For more information, see LICENCE in the main folder
-#ifndef _COMMON_GRFIO_H_
-#define _COMMON_GRFIO_H_
+#ifndef _COMMON_GRFIO_H_
+#define _COMMON_GRFIO_H_
void grfio_init(const char* fname);
void grfio_final(void);