Renormalize line endings and fix copyright headers again.
This commit is contained in:
@@ -63,8 +63,8 @@ namespace OpenRA.FileFormats
|
||||
}
|
||||
|
||||
public void Write(Dictionary<string, byte[]> contents)
|
||||
{
|
||||
if (!Directory.Exists(path))
|
||||
{
|
||||
if (!Directory.Exists(path))
|
||||
Directory.CreateDirectory(path);
|
||||
|
||||
foreach (var file in contents)
|
||||
|
||||
Reference in New Issue
Block a user