From 52e2f2304a6e90e9fd2f6b39235da637a6656928 Mon Sep 17 00:00:00 2001 From: Jonas Kulla Date: Sun, 17 Aug 2014 00:12:43 +0200 Subject: [PATCH] Spacing --- src/config.h | 8 ++++---- src/graphics.cpp | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/config.h b/src/config.h index a50569e..8427abb 100644 --- a/src/config.h +++ b/src/config.h @@ -26,11 +26,11 @@ #include #ifndef RGSS2 -#define DEF_SCREEN_W 640 -#define DEF_SCREEN_H 480 +# define DEF_SCREEN_W 640 +# define DEF_SCREEN_H 480 #else -#define DEF_SCREEN_W 544 -#define DEF_SCREEN_H 416 +# define DEF_SCREEN_W 544 +# define DEF_SCREEN_H 416 #endif struct Config diff --git a/src/graphics.cpp b/src/graphics.cpp index 2f01b14..9a9f369 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -46,9 +46,9 @@ #include #ifdef RGSS2 -#define DEF_FRAMERATE 60 +# define DEF_FRAMERATE 60 #else -#define DEF_FRAMERATE 40 +# define DEF_FRAMERATE 40 #endif struct PingPong