diff include/core/time.h @ 85:c69230dc2b5d

*: cleanup includes
author Paper <mrpapersonic@gmail.com>
date Sun, 29 Oct 2023 00:57:03 -0400
parents 2743011a6042
children 862d0d8619f6
line wrap: on
line diff
--- a/include/core/time.h	Wed Oct 25 14:53:05 2023 -0400
+++ b/include/core/time.h	Sun Oct 29 00:57:03 2023 -0400
@@ -1,5 +1,6 @@
 #ifndef __core__time_h
 #define __core__time_h
+
 #include <cstdint>
 #include <string>
 namespace Time {
@@ -19,5 +20,6 @@
 
 int64_t GetSystemTime();
 
-};     // namespace Time
+}; // namespace Time
+
 #endif // __core__time_h
\ No newline at end of file