From 88c01588aa0830e219eaa62588839e4d1e2883ce Mon Sep 17 00:00:00 2001 From: untodesu Date: Wed, 25 Jun 2025 00:44:36 +0500 Subject: Clang-format the entire source code --- core/epoch.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'core/epoch.cc') diff --git a/core/epoch.cc b/core/epoch.cc index 398b7fd..978eeb3 100644 --- a/core/epoch.cc +++ b/core/epoch.cc @@ -1,4 +1,5 @@ #include "core/pch.hh" + #include "core/epoch.hh" std::uint64_t epoch::seconds(void) -- cgit