Sfoglia il codice sorgente

Add a bit space around the .import [deps] tag to make it more readable.

Juan Linietsky 8 anni fa
parent
commit
60de407262
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      editor/editor_file_system.cpp

+ 2 - 2
editor/editor_file_system.cpp

@@ -1410,7 +1410,7 @@ void EditorFileSystem::_reimport_file(const String &p_file) {
 
 
 	f->store_line("");
 	f->store_line("");
 
 
-	f->store_line("[deps]");
+	f->store_line("[deps]\n");
 
 
 	if (gen_files.size()) {
 	if (gen_files.size()) {
 		Array genf;
 		Array genf;
@@ -1424,7 +1424,7 @@ void EditorFileSystem::_reimport_file(const String &p_file) {
 		f->store_line("");
 		f->store_line("");
 	}
 	}
 
 
-	f->store_line("source_md5=\"" + FileAccess::get_md5(p_file) + "\"");
+	f->store_line("source_md5=\"" + FileAccess::get_md5(p_file) + "\"\n");
 
 
 	f->store_line("[params]");
 	f->store_line("[params]");
 	f->store_line("");
 	f->store_line("");