From eeb65c8a543124e0c1b2b8b86786074ebde14de7 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 7 Sep 2003 08:27:38 +0000 Subject: [PATCH] clean up formatting --- stepmania/src/RageLog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stepmania/src/RageLog.cpp b/stepmania/src/RageLog.cpp index 36f262dffa..029de5c3c7 100644 --- a/stepmania/src/RageLog.cpp +++ b/stepmania/src/RageLog.cpp @@ -64,8 +64,8 @@ RageLog* LOG; // global and accessable from anywhere in the program map LogMaps; // constants -#define LOG_PATH BASE_PATH "log.txt" -#define INFO_PATH BASE_PATH "info.txt" +#define LOG_PATH BASE_PATH "log.txt" +#define INFO_PATH BASE_PATH "info.txt" #if defined(HAVE_VERSION_INFO) extern unsigned long version_num;