Fix fileendings of files with mixed fileendings in the public mod (except art, l10n) and in source/ (except for source/third_party/).

Thus fix lineendings in files that were missed in bcbf25bfbd, as
reported by Imarok.

(SVN throws an error when trying to set the native filending property on
a file with mixed fileendings. However when recursing it hides this
error).

This was SVN commit r18561.
This commit is contained in:
elexis
2016-07-25 12:58:47 +00:00
parent a0058c533b
commit 20b4e039be
245 changed files with 5336 additions and 5336 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
#include "ps/GameSetup/GameSetup.h"
#include "ps/GameSetup/Paths.h"
#include "ps/Mod.h"
#include "ps/Profile.h"
#include "ps/Profile.h"
#include "ps/scripting/JSInterface_Mod.h"
#include <algorithm>