summaryrefslogtreecommitdiff
path: root/src/settings-keys.cpp
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-18 00:23:57 +0100
committerinfirit <[email protected]>2014-12-18 00:23:57 +0100
commit12975909c589880030db6125ad6dcbea889edcdc (patch)
treefc374a8a3b855b5024d09f9edb2e47ca755cb7ac /src/settings-keys.cpp
parent0dea7ab1931fb33f35eceab66dffcd56f4550f68 (diff)
downloadmate-system-monitor-12975909c589880030db6125ad6dcbea889edcdc.tar.bz2
mate-system-monitor-12975909c589880030db6125ad6dcbea889edcdc.tar.xz
Make indentation uniform across source files
No more tabs, 4 spaces instead. And remove trailing whitespace.
Diffstat (limited to 'src/settings-keys.cpp')
-rw-r--r--src/settings-keys.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/settings-keys.cpp b/src/settings-keys.cpp
index 7d8ef1a..62f6264 100644
--- a/src/settings-keys.cpp
+++ b/src/settings-keys.cpp
@@ -3,12 +3,12 @@
namespace procman
{
- namespace settings
- {
- const std::string root("/org/mate/mate-system-monitor");
- const std::string solaris_mode("solaris-mode");
- const std::string open_files_tree_prefix("openfilestree");
- const std::string network_in_bits("network-in-bits");
- }
+ namespace settings
+ {
+ const std::string root("/org/mate/mate-system-monitor");
+ const std::string solaris_mode("solaris-mode");
+ const std::string open_files_tree_prefix("openfilestree");
+ const std::string network_in_bits("network-in-bits");
+ }
}