summaryrefslogtreecommitdiff
path: root/src/util/file_watcher.h
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-14 15:14:25 +0100
committerskal <pascal.massimino@gmail.com>2026-02-14 15:14:25 +0100
commit8ce27b7e15f0fc65c8ee78950c7501660b936178 (patch)
tree391f32111b9a30a0156709b6c1ed2fae7b435d57 /src/util/file_watcher.h
parente38be0dbf5816338ff97e2ee2f9adfff2902dc2b (diff)
style: Apply clang-format to codebase
Diffstat (limited to 'src/util/file_watcher.h')
-rw-r--r--src/util/file_watcher.h6
1 files changed, 3 insertions, 3 deletions
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 <ctime>
#include <string>
#include <vector>
-#include <ctime>
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_