OSDN Git Service

Made white space changes to better match what's in the For2.2.2-Refactoring branch.
authorEric Branlund <ebranlund@fastmail.com>
Thu, 20 Feb 2020 13:58:30 +0000 (05:58 -0800)
committerEric Branlund <ebranlund@fastmail.com>
Thu, 20 Feb 2020 13:58:30 +0000 (05:58 -0800)
src/init2.c

index 1dba905..313b808 100644 (file)
@@ -82,7 +82,7 @@ static void put_title(void);
 void init_file_paths(concptr libpath, concptr varpath)
 {
 #ifdef PRIVATE_USER_PATH
-        char base[1024];
+       char base[1024];
        char buf[1024];
 #endif /* PRIVATE_USER_PATH */
 
@@ -104,7 +104,6 @@ void init_file_paths(concptr libpath, concptr varpath)
        string_free(ANGBAND_DIR_USER);
        string_free(ANGBAND_DIR_XTRA);
 
-
        /*** Prepare the "path" ***/
 
        /* Hack -- save the main directory */