diff options
author | Loïc Blot <loic.blot@unix-experience.fr> | 2019-03-14 11:49:46 +0100 |
---|---|---|
committer | Loïc Blot <nerzhul@users.noreply.github.com> | 2019-03-14 12:30:13 +0100 |
commit | 02a23892f94d3c83a6bdc301defc0e7ade7e1c2b (patch) | |
tree | 3e93220c7b2439b900d0acba21cfb555266a1f54 /src/gui/modalMenu.cpp | |
parent | a6a04c4b5b0cd475ea265b63ff6ff52daf66db42 (diff) | |
download | minetest-02a23892f94d3c83a6bdc301defc0e7ade7e1c2b.tar.gz minetest-02a23892f94d3c83a6bdc301defc0e7ade7e1c2b.tar.bz2 minetest-02a23892f94d3c83a6bdc301defc0e7ade7e1c2b.zip |
LINT fixes since recent tooling update
Diffstat (limited to 'src/gui/modalMenu.cpp')
-rw-r--r-- | src/gui/modalMenu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/modalMenu.cpp b/src/gui/modalMenu.cpp index 4ffe88800..30417943d 100644 --- a/src/gui/modalMenu.cpp +++ b/src/gui/modalMenu.cpp @@ -260,7 +260,7 @@ bool GUIModalMenu::preprocessEvent(const SEvent &event) return retval; } } - // clang-format on + // clang-format on #endif return false; } |