summaryrefslogtreecommitdiff
path: root/src/gui/widgets/layouttype.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-16 12:11:38 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-16 12:11:38 +0300
commitd2e02bed6c128ec055eaa3a32aaca6ce5523576d (patch)
tree1b0c5ada01c953f7cc82de4c742d783917632510 /src/gui/widgets/layouttype.h
parente5a14c0a1c74b66246f7c54e56c7cc2c33fef29d (diff)
downloadplus-d2e02bed6c128ec055eaa3a32aaca6ce5523576d.tar.gz
plus-d2e02bed6c128ec055eaa3a32aaca6ce5523576d.tar.bz2
plus-d2e02bed6c128ec055eaa3a32aaca6ce5523576d.tar.xz
plus-d2e02bed6c128ec055eaa3a32aaca6ce5523576d.zip
Fix code style.
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