summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Leblond <emmanuel.leblond@gmail.com>2017-10-09 08:34:32 +0200
committerEmmanuel Leblond <emmanuel.leblond@gmail.com>2017-10-09 08:34:32 +0200
commit80b15fba1d20a71e93546ed778443534bdda6f7a (patch)
tree219327cc2974670b98e540e6d57b49d4535997fc
parent645884b4db09c44f1e169214fcaaa84303bef368 (diff)
Fix trailing whitespaces in project settings header comment
-rw-r--r--core/project_settings.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/project_settings.cpp b/core/project_settings.cpp
index ff2be87b07..3994011c06 100644
--- a/core/project_settings.cpp
+++ b/core/project_settings.cpp
@@ -667,8 +667,8 @@ Error ProjectSettings::_save_settings_text(const String &p_file, const Map<Strin
file->store_line("; Engine configuration file.");
file->store_line("; It's best edited using the editor UI and not directly,");
file->store_line("; since the parameters that go here are not all obvious.");
- file->store_line("; ");
- file->store_line("; Format: ");
+ file->store_line(";");
+ file->store_line("; Format:");
file->store_line("; [section] ; section goes between []");
file->store_line("; param=value ; assign values to parameters");
file->store_line("");