From dc81c59c99e911499f5c12b0ba21e54a96210ebe Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 17 Jun 2013 21:31:54 +0300 Subject: Fix code style. --- src/being.cpp | 1 - src/gui/setup_theme.cpp | 1 - src/utils/cpu.h | 6 +++--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/being.cpp b/src/being.cpp index 67a44c6cf..2ce0657fb 100644 --- a/src/being.cpp +++ b/src/being.cpp @@ -294,7 +294,6 @@ void Being::setSubtype(const uint16_t subtype, const uint8_t look) id, info.getColor(mLook)); } } - } } diff --git a/src/gui/setup_theme.cpp b/src/gui/setup_theme.cpp index f0ae897d2..d0a3a2c54 100644 --- a/src/gui/setup_theme.cpp +++ b/src/gui/setup_theme.cpp @@ -387,7 +387,6 @@ Setup_Theme::~Setup_Theme() delete mInfo; mInfo = nullptr; - } void Setup_Theme::updateInfo() 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 . */ -#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 -- cgit v1.2.3-70-g09d2