Skip to content

Commit e5b95fc

Browse files
author
Kanchalai Tanglertsampan
committed
Merge branch 'master-jsxChildren' of https://github.com/Microsoft/TypeScript into master-jsxChildren
# Conflicts: # src/compiler/scanner.ts
2 parents eb0ad7f + c1ea303 commit e5b95fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiler/scanner.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// <reference path="core.ts"/>
1+
/// <reference path="core.ts"/>
22
/// <reference path="diagnosticInformationMap.generated.ts"/>
33

44
namespace ts {
@@ -1750,7 +1750,7 @@ namespace ts {
17501750
if (isLineBreak(char) && firstNonWhitespace === 0) {
17511751
firstNonWhitespace = -1;
17521752
}
1753-
else if (!isWhiteSpaceLike(char)) {
1753+
else if (!isWhiteSpaceLike(char)) {
17541754
firstNonWhitespace = pos;
17551755
}
17561756
pos++;

0 commit comments

Comments
 (0)