aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index c351d47..8b1b48b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -11,7 +11,7 @@
#define WINDOW_TITLE "chip8emu"
-Platform platform(
+Platform platform (
WINDOW_TITLE,
VIDEO_WIDTH * 10,
VIDEO_HEIGHT * 10,