diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/being.cpp | 1 | ||||
-rw-r--r-- | src/gui/setup_theme.cpp | 1 | ||||
-rw-r--r-- | 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 <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 |