summaryrefslogtreecommitdiff
path: root/src/settings-keys.h
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.h
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.h')
-rw-r--r--src/settings-keys.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/settings-keys.h b/src/settings-keys.h
index 0e5f8e1..d01a33a 100644
--- a/src/settings-keys.h
+++ b/src/settings-keys.h
@@ -6,13 +6,13 @@
namespace procman
{
- namespace settings
- {
- extern const std::string root;
- extern const std::string solaris_mode;
- extern const std::string open_files_tree_prefix;
- extern const std::string network_in_bits;
- }
+ namespace settings
+ {
+ extern const std::string root;
+ extern const std::string solaris_mode;
+ extern const std::string open_files_tree_prefix;
+ extern const std::string network_in_bits;
+ }
}