From 8ce27b7e15f0fc65c8ee78950c7501660b936178 Mon Sep 17 00:00:00 2001 From: skal Date: Sat, 14 Feb 2026 15:14:25 +0100 Subject: style: Apply clang-format to codebase --- src/util/file_watcher.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/util/file_watcher.h') diff --git a/src/util/file_watcher.h b/src/util/file_watcher.h index 2766a43..c183e8a 100644 --- a/src/util/file_watcher.h +++ b/src/util/file_watcher.h @@ -5,9 +5,9 @@ #if !defined(STRIP_ALL) +#include #include #include -#include class FileWatcher { public: @@ -28,6 +28,6 @@ class FileWatcher { time_t get_mtime(const char* path); }; -#endif // !defined(STRIP_ALL) +#endif // !defined(STRIP_ALL) -#endif // FILE_WATCHER_H_ +#endif // FILE_WATCHER_H_ -- cgit v1.2.3