summaryrefslogtreecommitdiff
path: root/src/line.hh
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-09-15 21:15:53 +0200
committerJoel Klinghed <the_jk@spawned.biz>2025-09-15 21:15:53 +0200
commitaa49abdf239bae6065fddd0839ec67a404c9748c (patch)
tree631fbb2df58aa35df3d60c65c037ef74b1807114 /src/line.hh
parentbf41a601fd0447bcf3a2937a595a1cd8ca5c1633 (diff)
Add .clang-format
Make it easier to keep a consistent style
Diffstat (limited to 'src/line.hh')
-rw-r--r--src/line.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/line.hh b/src/line.hh
index 94e3646..5ce42dd 100644
--- a/src/line.hh
+++ b/src/line.hh
@@ -1,7 +1,7 @@
#ifndef LINE_HH
#define LINE_HH
-#include "io.hh" // IWYU pragma: export
+#include "io.hh" // IWYU pragma: export
#include <cstddef>
#include <expected>