Skip to content

Commit e28581e

Browse files
style: apply clang-format
1 parent b2aa2c4 commit e28581e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/visualizer/gui/string_keys.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace lichtfeld::Strings {
4444
inline constexpr const char* MENU = "menu.help";
4545
inline constexpr const char* ABOUT = "menu.help.about";
4646
} // namespace Help
47-
} // namespace Menu
47+
} // namespace Menu
4848

4949
namespace Window {
5050
inline constexpr const char* ABOUT = "window.about";
@@ -89,7 +89,7 @@ namespace lichtfeld::Strings {
8989
inline constexpr const char* ENABLED = "about.interop.enabled";
9090
inline constexpr const char* DISABLED = "about.interop.disabled";
9191
} // namespace Interop
92-
} // namespace About
92+
} // namespace About
9393

9494
namespace Training {
9595
namespace Section {
@@ -277,7 +277,7 @@ namespace lichtfeld::Strings {
277277
inline constexpr const char* ADD = "training.button.add";
278278
inline constexpr const char* REMOVE = "training.button.remove";
279279
} // namespace Button
280-
} // namespace Training
280+
} // namespace Training
281281

282282
namespace Scene {
283283
inline constexpr const char* ADD_PLY = "scene.add_ply";

0 commit comments

Comments
 (0)