summaryrefslogtreecommitdiff
path: root/src/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.h')
-rw-r--r--src/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils.h b/src/utils.h
index 62d76f1..32b4c89 100644
--- a/src/utils.h
+++ b/src/utils.h
@@ -45,4 +45,4 @@ int indexOfChar(const char *array, int len, char character);
#define indentf(n, format, args...) \
printf("%*s" format , n, "" , ## args)
-#endif /* ~__UTILS_H */
+#endif /* ~__UTILS_H */ \ No newline at end of file