ソースを参照

Fix trailing whitespaces in project settings header comment

Emmanuel Leblond 8 年 前
コミット
80b15fba1d
1 ファイル変更2 行追加2 行削除
  1. 2 2
      core/project_settings.cpp

+ 2 - 2
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("; Engine configuration file.");
 	file->store_line("; It's best edited using the editor UI and not directly,");
 	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("; 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(";   [section] ; section goes between []");
 	file->store_line(";   param=value ; assign values to parameters");
 	file->store_line(";   param=value ; assign values to parameters");
 	file->store_line("");
 	file->store_line("");