aboutsummaryrefslogtreecommitdiffstats
path: root/include/config.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-04-13 08:47:41 -0400
committerClyne Sullivan <tullivan99@gmail.com>2016-04-13 08:47:41 -0400
commitfa4b6e00fd204998f6011420bdad60477b7a2f12 (patch)
tree4fd37e92f375ddb49e156b07811b8a2fe1ad6c0d /include/config.hpp
parent03130c5bcec3c885a1be005c24e192dfb57f3fe5 (diff)
parentheses
Diffstat (limited to 'include/config.hpp')
-rw-r--r--include/config.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.hpp b/include/config.hpp
index d003c66..8bd0bc9 100644
--- a/include/config.hpp
+++ b/include/config.hpp
@@ -10,9 +10,9 @@
namespace config {
- void read( void );
- void update( void );
- void save( void );
+ void read(void);
+ void update(void);
+ void save(void);
}
#endif //CONFIG_H