aboutsummaryrefslogtreecommitdiff
path: root/include/hex_functions.h
diff options
context:
space:
mode:
authorCrystalwarrior <varsash@gmail.com>2020-05-22 02:14:54 +0300
committerCrystalwarrior <varsash@gmail.com>2020-05-22 02:14:54 +0300
commit88de4cde0433ef5e606f38a2f1e6041f0d24a87e (patch)
treece57adab0e3a236a93d112f33235638b74502040 /include/hex_functions.h
parentc8e12558cdd3fd0769b81679ad09edf1f29b780f (diff)
clang 2 electric boogaloo
{ BasedOnStyle: LLVM, BreakBeforeBraces: Stroustrup}
Diffstat (limited to 'include/hex_functions.h')
-rw-r--r--include/hex_functions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/hex_functions.h b/include/hex_functions.h
index 429bdb14..d178ba1b 100644
--- a/include/hex_functions.h
+++ b/include/hex_functions.h
@@ -10,7 +10,7 @@
#include <string>
namespace omni {
- std::string int_to_hex(unsigned int input);
+std::string int_to_hex(unsigned int input);
}
-#endif //HEX_OPERATIONS_H
+#endif // HEX_OPERATIONS_H