summaryrefslogtreecommitdiff
path: root/lib/tests/runtime_init.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-05-30 11:09:54 +0200
committerFelix Morgner <felix.morgner@gmail.com>2025-05-30 11:09:54 +0200
commit8ef970b679505ea82ea41e94ffa972a732731eae (patch)
tree9678ff0d6a880e639091179a64f90b8ecfbbb8ad /lib/tests/runtime_init.cpp
parent149df837961635b81109796e6b6b2c81c376b356 (diff)
downloadturns-8ef970b679505ea82ea41e94ffa972a732731eae.tar.xz
turns-8ef970b679505ea82ea41e94ffa972a732731eae.zip
source: reformat include statements
Diffstat (limited to 'lib/tests/runtime_init.cpp')
-rw-r--r--lib/tests/runtime_init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tests/runtime_init.cpp b/lib/tests/runtime_init.cpp
index b9d3e44..f896d71 100644
--- a/lib/tests/runtime_init.cpp
+++ b/lib/tests/runtime_init.cpp
@@ -3,7 +3,7 @@
* SPDX-License-Identifier: LGPL-2.1-only
*/
- #include "turns-init.h"
+#include "turns-init.h"
#include <catch2/reporters/catch_reporter_event_listener.hpp>
#include <catch2/reporters/catch_reporter_registrars.hpp>