summaryrefslogtreecommitdiff
path: root/src/conf
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-12-06 14:15:43 -0800
committerBen Longbons <b.r.longbons@gmail.com>2013-12-06 14:15:49 -0800
commit3eea219548e84efdbc3148ce378fcba865f97a01 (patch)
tree6ece594f60ddff038cf9c1d94b99d8d66a00bc20 /src/conf
parent1458563f00deebbbcf3e8049dc90157fb825fae3 (diff)
downloadtmwa-3eea219548e84efdbc3148ce378fcba865f97a01.tar.gz
tmwa-3eea219548e84efdbc3148ce378fcba865f97a01.tar.bz2
tmwa-3eea219548e84efdbc3148ce378fcba865f97a01.tar.xz
tmwa-3eea219548e84efdbc3148ce378fcba865f97a01.zip
Add basic source formatting tools
Diffstat (limited to 'src/conf')
-rw-r--r--src/conf/version.hpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/conf/version.hpp b/src/conf/version.hpp
index 1da6088..a4ee931 100644
--- a/src/conf/version.hpp
+++ b/src/conf/version.hpp
@@ -1,15 +1,15 @@
#ifndef CONF_VERSION_HPP
#define CONF_VERSION_HPP
-#include "conf-raw/str-VERSION_FULL.h"
-#include "conf-raw/str-VERSION_HASH.h"
+# include "conf-raw/str-VERSION_FULL.h"
+# include "conf-raw/str-VERSION_HASH.h"
-#include "conf-raw/int-VERSION_MAJOR.h"
-#include "conf-raw/int-VERSION_MINOR.h"
-#include "conf-raw/int-VERSION_PATCH.h"
-#include "conf-raw/int-VERSION_DEVEL.h"
+# include "conf-raw/int-VERSION_MAJOR.h"
+# include "conf-raw/int-VERSION_MINOR.h"
+# include "conf-raw/int-VERSION_PATCH.h"
+# include "conf-raw/int-VERSION_DEVEL.h"
-#include "conf-raw/str-VENDOR.h"
-#include "conf-raw/int-VENDOR_VERSION.h"
+# include "conf-raw/str-VENDOR.h"
+# include "conf-raw/int-VENDOR_VERSION.h"
#endif