summaryrefslogtreecommitdiff
path: root/include/version.h.in
diff options
context:
space:
mode:
authorConnor Thomson <blumatrikz@gmail.com>2026-09-10 19:42:27 -0700
committerConnor Thomson <blumatrikz@gmail.com>2026-09-10 19:42:27 -0700
commitb4c740f9703716b08e0d9ad943a682ab358c2f5e (patch)
tree1d85321d9505d5bfd85cd03d49318c01472aeac7 /include/version.h.in
parent6a3ecb18342658236fb159c2053a97960dfcc834 (diff)
Update formatting in version.h.in
Diffstat (limited to 'include/version.h.in')
-rw-r--r--include/version.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/version.h.in b/include/version.h.in
index 3266765..f590cc1 100644
--- a/include/version.h.in
+++ b/include/version.h.in
@@ -21,7 +21,7 @@
#define TA_VERSION_H
#define STRINGIFY(x) #x
-#define TOSTRING(x) STRINGIFY(x)
+#define TOSTRING(x) STRINGIFY(x)
#define TA_VERSION "@PROJECT_VERSION@"
#define TA_BUILD_DATE __DATE__