summaryrefslogtreecommitdiff
path: root/src/gui/widgets/layouttype.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/layouttype.h')
-rw-r--r--src/gui/widgets/layouttype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/layouttype.h b/src/gui/widgets/layouttype.h
index aecd4bcd4..ffc2cb829 100644
--- a/src/gui/widgets/layouttype.h
+++ b/src/gui/widgets/layouttype.h
@@ -37,6 +37,6 @@ namespace LayoutType
SET = -43, /**< Uses the share as the new size. */
ADD = -44 /**< Adds the share to the current size. */
};
-}
+} // namespace LayoutType
#endif // GUI_WIDGETS_LAYOUTTYPE_H