diff options
author | Haru <haru@dotalux.com> | 2014-03-22 08:42:17 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-04-17 06:09:50 +0200 |
commit | 9822be06be8e50418a62939e17b823009a00f2ee (patch) | |
tree | 0f70c6d0873c04ffb2d557e58c39206fa18112b3 /src/common/HPM.h | |
parent | 6af9ad3f9eb6c2508a3622b307293be7939c5608 (diff) | |
download | hercules-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/HPM.h')
-rw-r--r-- | src/common/HPM.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/HPM.h b/src/common/HPM.h index b466cb4f3..0f0df4cda 100644 --- a/src/common/HPM.h +++ b/src/common/HPM.h @@ -1,7 +1,7 @@ // Copyright (c) Hercules Dev Team, licensed under GNU GPL. // See the LICENSE file -#ifndef _COMMON_HPM_H_ +#ifndef _COMMON_HPM_H_ #define _COMMON_HPM_H_ #include "../common/cbasetypes.h" |