Skip to content

Commit 2ee13d2

Browse files
committed
Newline at file ends
1 parent bcdae7f commit 2ee13d2

File tree

89 files changed

+89
-89
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+89
-89
lines changed

Build/Chakra.Build.Clang.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@
126126
>
127127
</CL>
128128
</Target>
129-
</Project>
129+
</Project>

Build/NuGet/Microsoft.ChakraCore.vc140.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\lib\native\v140\x86\Release\ChakraCore.dll" />
3838
<ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\lib\native\v140\x86\Release\ChakraCore.pdb" />
3939
</ItemGroup>
40-
</Project>
40+
</Project>

Build/NuGet/package.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Foreach ($nuspec in $(Get-Item $packageRoot\*.nuspec))
4747
If (Test-Path $compiledNuspec)
4848
{
4949
Remove-Item $compiledNuspec
50-
}
50+
}

bin/ch/262.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ var $262 = {
2828
getReport: function () { return WScript.GetReport(); },
2929
},
3030
};
31-
)===="
31+
)===="

lib/Backend/AsmJsJITInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,4 @@ AsmJsJITInfo::AccessNeedsBoundCheck(uint offset) const
9797
{
9898
return offset >= 0x10000;
9999
}
100-
#endif
100+
#endif

lib/Backend/BackendOpCodeAttrAsmJs.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ namespace OpCodeAttrAsmJs
6868
}
6969

7070
}; // OpCodeAttrAsmJs
71-
#endif
71+
#endif

lib/Backend/BackendOpCodeAttrAsmJs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ namespace OpCodeAttrAsmJs
1212
bool HasProfiledOp(Js::OpCodeAsmJs opcode);
1313
bool IsProfiledOp(Js::OpCodeAsmJs opcode);
1414
};
15-
#endif
15+
#endif

lib/Backend/CodeGenNumberAllocator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,4 +571,4 @@ XProcNumberPageSegmentManager::~XProcNumberPageSegmentManager()
571571
temp = (XProcNumberPageSegmentImpl*)next;
572572
}
573573
}
574-
#endif
574+
#endif

lib/Backend/EquivalentTypeSet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ void EquivalentTypeSet::SortAndRemoveDuplicates()
162162
this->sortedAndDuplicatesRemoved = true;
163163
}
164164
}
165-
#endif
165+
#endif

lib/Backend/GlobOpt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17464,4 +17464,4 @@ void GlobOpt::PRE::TraceFailedPreloadInLandingPad(const Loop *const loop, Proper
1746417464
Output::Print(_u("\n"));
1746517465
}
1746617466
}
17467-
#endif
17467+
#endif

0 commit comments

Comments
 (0)