undo spurious changes used to trigger dirty for tabs and spaces

This commit is contained in:
Thomas "elfprince13" Dickerson 2017-01-06 17:45:38 -05:00
parent 9c69cd32e8
commit e554fc7f93
2 changed files with 558 additions and 558 deletions

File diff suppressed because it is too large Load diff

View file

@ -999,7 +999,7 @@ ConsoleFunction(testHasSubdir,void,2,2,"tests platform::hasSubDirectory") {
Con::printf(" has subdir");
else
Con::printf(" does not have subdir");
}
}
ConsoleFunction(testDumpDirectories,void,4,4,"testDumpDirectories('path', int depth, bool noBasePath)") {
Vector<StringTableEntry> paths;