Fixed indentation

This commit is contained in:
ChrisBubernak
2014-09-29 10:23:01 -07:00
parent ba61c63a1a
commit 3751b25dd2

View File

@@ -4010,7 +4010,7 @@ module ts {
function processReferencedFiles(file: SourceFile, basePath: string) {
forEach(file.referencedFiles, ref => {
processSourceFile(normalizePath(combinePaths(basePath, ref.filename)), /* isDefaultLib */ false, file, ref.pos, ref.end);
processSourceFile(normalizePath(combinePaths(basePath, ref.filename)), /* isDefaultLib */ false, file, ref.pos, ref.end);
});
}