summary refs log tree commit diff
path: root/include/Config.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-20 13:47:22 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-08-20 13:47:22 +0300
commit2644e4accaf7487ad51b205040163e42b76de3a4 (patch)
tree523db09ee380e05838bfb2a5eee60ca88aad6e52 /include/Config.h
parentAdd missing destructors (diff)
downloadnheko-2644e4accaf7487ad51b205040163e42b76de3a4.tar.xz
Small style change
Diffstat (limited to 'include/Config.h')
-rw-r--r--include/Config.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/include/Config.h b/include/Config.h

index e12fac85..2fdeef83 100644 --- a/include/Config.h +++ b/include/Config.h
@@ -36,8 +36,8 @@ namespace fonts static const int heading = 13; static const int badge = 10; static const int bubble = 20; -} // namespace fonts -} // namespace roomlist +} // namespace fonts +} // namespace roomlist namespace userInfoWidget { @@ -45,8 +45,8 @@ namespace fonts { static const int displayName = 16; static const int userid = 14; -} // namespace fonts -} // namespace userInfoWidget +} // namespace fonts +} // namespace userInfoWidget namespace topRoomBar { @@ -54,8 +54,8 @@ namespace fonts { static const int roomName = 15; static const int roomDescription = 13; -} // namespace fonts -} // namespace topRoomBar +} // namespace fonts +} // namespace topRoomBar namespace timeline { @@ -70,4 +70,4 @@ static const int timestamp = 9; } } -} // namespace conf +} // namespace conf