summaryrefslogtreecommitdiffhomepage
path: root/Private/HALKit/AMD64/HardwareInit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Private/HALKit/AMD64/HardwareInit.cpp')
-rw-r--r--Private/HALKit/AMD64/HardwareInit.cpp14
1 files changed, 6 insertions, 8 deletions
diff --git a/Private/HALKit/AMD64/HardwareInit.cpp b/Private/HALKit/AMD64/HardwareInit.cpp
index 367f083b..7d769bfa 100644
--- a/Private/HALKit/AMD64/HardwareInit.cpp
+++ b/Private/HALKit/AMD64/HardwareInit.cpp
@@ -11,12 +11,10 @@
// bugs = 0
-namespace hCore
-{
- bool init_hal()
- {
- // TODO: Hardware Specific stuff.
+namespace hCore {
+bool init_hal() {
+ // TODO: Hardware Specific stuff.
- return true;
- }
-} \ No newline at end of file
+ return true;
+}
+} // namespace hCore