-
Notifications
You must be signed in to change notification settings - Fork 45
Commit c08abcc
committed
fix: Fix double mistake in EndLine
EndLine::Crlf and EndLine::Lf had wrong lengths, and all usages of
them were also flipped. Both issues happened to cancel out. This
commit fixes both, and so this should be a no-op.1 parent c84e388 commit c08abcc
1 file changed
+19
-8
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
940 | 940 |
| |
941 | 941 |
| |
942 | 942 |
| |
943 | - | ||
944 | - | ||
945 | - | ||
943 | + | ||
944 | + | ||
945 | + | ||
946 | + | ||
947 | + | ||
948 | + | ||
949 | + | ||
950 | + | ||
951 | + | ||
952 | + | ||
953 | + | ||
954 | + | ||
955 | + | ||
956 | + | ||
946 | 957 |
| |
947 | 958 |
| |
948 | 959 |
| |
| |||
957 | 968 |
| |
958 | 969 |
| |
959 | 970 |
| |
960 | - | ||
971 | + | ||
961 | 972 |
| |
962 | - | ||
973 | + | ||
963 | 974 |
| |
964 | 975 |
| |
965 | - | ||
976 | + | ||
966 | 977 |
| |
967 | 978 |
| |
968 | 979 |
| |
| |||
1138 | 1149 |
| |
1139 | 1150 |
| |
1140 | 1151 |
| |
1141 | - | ||
1152 | + | ||
1142 | 1153 |
| |
1143 | 1154 |
| |
1144 | 1155 |
| |
| |||
1366 | 1377 |
| |
1367 | 1378 |
| |
1368 | 1379 |
| |
1369 | - | ||
1380 | + | ||
1370 | 1381 |
| |
1371 | 1382 |
| |
1372 | 1383 |
| |
|
0 commit comments