summaryrefslogtreecommitdiff
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
parent0387b5dfbc508587f9ce0b9b1c1f366520f11c0b (diff)
downloadmv-dc81c59c99e911499f5c12b0ba21e54a96210ebe.tar.gz
mv-dc81c59c99e911499f5c12b0ba21e54a96210ebe.tar.bz2
mv-dc81c59c99e911499f5c12b0ba21e54a96210ebe.tar.xz
mv-dc81c59c99e911499f5c12b0ba21e54a96210ebe.zip
Fix code style.
-rw-r--r--src/being.cpp1
-rw-r--r--src/gui/setup_theme.cpp1
-rw-r--r--src/utils/cpu.h6
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 <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