summaryrefslogtreecommitdiffstats
path: root/core/utils/epoch.hh
diff options
context:
space:
mode:
authoruntodesu <kirill@untode.su>2025-09-11 15:48:53 +0500
committeruntodesu <kirill@untode.su>2025-09-11 15:48:53 +0500
commitd0fbd68055e3f4a796330cc8acc6c0954b5327ff (patch)
treee581014ea02711efa5e71f00f9862e5bca58f2ed /core/utils/epoch.hh
parentcbd823aa2154a956e7da4319eecbf7afc10441ae (diff)
downloadvoxelius-d0fbd68055e3f4a796330cc8acc6c0954b5327ff.tar.bz2
voxelius-d0fbd68055e3f4a796330cc8acc6c0954b5327ff.zip
Run clang-format across the project
Diffstat (limited to 'core/utils/epoch.hh')
-rw-r--r--core/utils/epoch.hh30
1 files changed, 15 insertions, 15 deletions
diff --git a/core/utils/epoch.hh b/core/utils/epoch.hh
index 4bf5460..1df564c 100644
--- a/core/utils/epoch.hh
+++ b/core/utils/epoch.hh
@@ -1,15 +1,15 @@
-#pragma once
-
-namespace utils
-{
-std::uint64_t unix_seconds(void);
-std::uint64_t unix_milliseconds(void);
-std::uint64_t unix_microseconds(void);
-} // namespace utils
-
-namespace utils
-{
-std::int64_t signed_unix_seconds(void);
-std::int64_t signed_unix_milliseconds(void);
-std::int64_t signed_unix_microseconds(void);
-} // namespace utils
+#pragma once
+
+namespace utils
+{
+std::uint64_t unix_seconds(void);
+std::uint64_t unix_milliseconds(void);
+std::uint64_t unix_microseconds(void);
+} // namespace utils
+
+namespace utils
+{
+std::int64_t signed_unix_seconds(void);
+std::int64_t signed_unix_milliseconds(void);
+std::int64_t signed_unix_microseconds(void);
+} // namespace utils