]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
bikeshedding: spacing
authorThomas Debesse <dev@illwieckz.net>
Wed, 5 Jun 2019 00:20:58 +0000 (02:20 +0200)
committerThomas Debesse <dev@illwieckz.net>
Sun, 16 Jun 2019 13:22:23 +0000 (15:22 +0200)
radiant/environment.cpp
radiant/gtkdlgs.cpp
tools/quake3/q3map2/path_init.c

index 58554952f1f4d6f09d6c55e26930b27bee8fc70c..bcb63d4400e249418705706eb9e6f454004ebf09 100644 (file)
@@ -167,8 +167,8 @@ void gamedetect(){
 
 namespace
 {
-CopiedString home_path;
-CopiedString app_path;
+       CopiedString home_path;
+       CopiedString app_path;
        CopiedString lib_path;
        CopiedString data_path;
 }
index 6262da5906cad566cac3bd4b5f9c5ee496738f7a..ed2e45a46f05aa0ddd73357b47f9406c90298ef1 100644 (file)
@@ -452,7 +452,7 @@ void DoAbout(){
                        {
                                char const *label_text = "NetRadiant " RADIANT_VERSION_STRING "\n"
                                                                                __DATE__ "\n\n"
-                                        RADIANT_ABOUTMSG "\n\n"
+                                                                               RADIANT_ABOUTMSG "\n\n"
                                                                                "This program is free software\n"
                                                                                "licensed under the GNU GPL.\n\n"
                                                                                "NetRadiant is unsupported, however\n"
index 9c3047de17357778bd7b64880b29edf7744a2bff..e881fd8501479502abc9813228ccca397ba19906 100644 (file)
@@ -346,11 +346,11 @@ void AddHomeBasePath( char *path ){
                   if yes and home path is not user supplied
                   use XDG_DATA_HOME instead of HOME
                   and strip the leading dot
-                 
+
                   basically it produces
                   ${XDG_DATA_HOME}/unvanquished
                   /user/supplied/home/path/unvanquished
-                  
+
                   or
                   ${HOME}/.q3a
                   /user/supplied/home/path/.q3a