summaryrefslogtreecommitdiff
path: root/src/settings-keys.h
diff options
context:
space:
mode:
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;
+ }
}