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/timer.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/timer.h')
-rw-r--r-- | src/common/timer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/timer.h b/src/common/timer.h index ab3ffc21f..1ce8cf203 100644 --- a/src/common/timer.h +++ b/src/common/timer.h @@ -2,8 +2,8 @@ // See the LICENSE file // Portions Copyright (c) Athena Dev Teams -#ifndef _COMMON_TIMER_H_ -#define _COMMON_TIMER_H_ +#ifndef _COMMON_TIMER_H_ +#define _COMMON_TIMER_H_ #include "../common/cbasetypes.h" |