summaryrefslogtreecommitdiff
path: root/src/utils/cpu.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-06-17 21:31:54 +0300
committerAndrei Karas <akaras@inbox.ru>2013-06-17 21:31:54 +0300
commitdc81c59c99e911499f5c12b0ba21e54a96210ebe (patch)
tree9a0335150640c275480ea669e8d9fd42b6aaebdf /src/utils/cpu.h
parent0387b5dfbc508587f9ce0b9b1c1f366520f11c0b (diff)
downloadplus-dc81c59c99e911499f5c12b0ba21e54a96210ebe.tar.gz
plus-dc81c59c99e911499f5c12b0ba21e54a96210ebe.tar.bz2
plus-dc81c59c99e911499f5c12b0ba21e54a96210ebe.tar.xz
plus-dc81c59c99e911499f5c12b0ba21e54a96210ebe.zip
Fix code style.
Diffstat (limited to 'src/utils/cpu.h')
-rw-r--r--src/utils/cpu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/utils/cpu.h b/src/utils/cpu.h
index 88d35933d..01e29d705 100644
--- a/src/utils/cpu.h
+++ b/src/utils/cpu.h
@@ -18,8 +18,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef UTILD_CPU_H
-#define UTILD_CPU_H
+#ifndef UTILS_CPU_H
+#define UTILS_CPU_H
#include "localconsts.h"
@@ -41,4 +41,4 @@ namespace Cpu
void printFlags();
} // namespace CPU
-#endif // UTILD_CPU_H
+#endif // UTILS_CPU_H