1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

LINT fixes since recent tooling update

This commit is contained in:
Loïc Blot 2019-03-14 11:49:46 +01:00 committed by Loïc Blot
parent a6a04c4b5b
commit 02a23892f9
4 changed files with 11 additions and 7 deletions

View file

@ -260,7 +260,7 @@ bool GUIModalMenu::preprocessEvent(const SEvent &event)
return retval;
}
}
// clang-format on
// clang-format on
#endif
return false;
}