소스 검색

Newline at file ends

rhuanjl 7 년 전
부모
커밋
2ee13d2cf7
89개의 변경된 파일89개의 추가작업 그리고 89개의 파일을 삭제
  1. 1 1
      Build/Chakra.Build.Clang.targets
  2. 1 1
      Build/NuGet/Microsoft.ChakraCore.vc140.targets
  3. 1 1
      Build/NuGet/package.ps1
  4. 1 1
      bin/ch/262.js
  5. 1 1
      lib/Backend/AsmJsJITInfo.cpp
  6. 1 1
      lib/Backend/BackendOpCodeAttrAsmJs.cpp
  7. 1 1
      lib/Backend/BackendOpCodeAttrAsmJs.h
  8. 1 1
      lib/Backend/CodeGenNumberAllocator.cpp
  9. 1 1
      lib/Backend/EquivalentTypeSet.cpp
  10. 1 1
      lib/Backend/GlobOpt.cpp
  11. 1 1
      lib/Backend/GlobOptIntBounds.cpp
  12. 1 1
      lib/Backend/IRBuilderAsmJs.h
  13. 1 1
      lib/Backend/JitTransferData.cpp
  14. 1 1
      lib/Backend/JitTransferData.h
  15. 1 1
      lib/Backend/LowerMDShared.cpp
  16. 1 1
      lib/Backend/LowerMDSharedSimd128.cpp
  17. 1 1
      lib/Backend/NativeEntryPointData.cpp
  18. 1 1
      lib/Backend/NativeEntryPointData.h
  19. 1 1
      lib/Backend/amd64/LowererMDArch.cpp
  20. 1 1
      lib/Backend/amd64/machvalues.h
  21. 1 1
      lib/Backend/arm/machvalues.h
  22. 1 1
      lib/Backend/arm64/machvalues.h
  23. 1 1
      lib/Backend/i386/LowererMDArch.cpp
  24. 1 1
      lib/Backend/i386/machvalues.h
  25. 1 1
      lib/Common/Core/Assertions.h
  26. 1 1
      lib/Common/DataStructures/ClusterList.h
  27. 1 1
      lib/Common/Memory/AllocatorTelemetryStats.h
  28. 1 1
      lib/Common/Memory/BucketStatsReporter.h
  29. 1 1
      lib/Common/Memory/CollectionState.h
  30. 1 1
      lib/Common/Memory/CustomHeap.cpp
  31. 1 1
      lib/Common/Memory/CustomHeap.h
  32. 1 1
      lib/Common/Memory/DelayDeletingFunctionTable.cpp
  33. 1 1
      lib/Common/Memory/HeapInfoManager.h
  34. 1 1
      lib/Common/Memory/RecyclerSweepManager.cpp
  35. 1 1
      lib/Common/Memory/RecyclerSweepManager.h
  36. 1 1
      lib/Common/Memory/XDataAllocator.h
  37. 1 1
      lib/Jsrt/JsrtDebugEventObject.cpp
  38. 1 1
      lib/Jsrt/JsrtDebugManager.cpp
  39. 1 1
      lib/Jsrt/JsrtDebugUtils.cpp
  40. 1 1
      lib/Jsrt/JsrtDebuggerObject.cpp
  41. 1 1
      lib/Parser/BGParseManager.cpp
  42. 1 1
      lib/Parser/BGParseManager.h
  43. 1 1
      lib/Parser/Parse.h
  44. 1 1
      lib/Parser/perrors.h
  45. 1 1
      lib/Parser/ptree.h
  46. 1 1
      lib/Runtime/Base/PerfHintDescriptions.h
  47. 1 1
      lib/Runtime/ByteCode/AsmJsByteCodeWriter.h
  48. 1 1
      lib/Runtime/ByteCode/ByteCodeSerializeFlags.h
  49. 1 1
      lib/Runtime/ByteCode/OpCodes.h
  50. 1 1
      lib/Runtime/Debug/BreakpointProbe.cpp
  51. 1 1
      lib/Runtime/Debug/DebugContext.cpp
  52. 1 1
      lib/Runtime/Debug/DebugDocument.cpp
  53. 1 1
      lib/Runtime/Debug/DebugManager.cpp
  54. 1 1
      lib/Runtime/Debug/DebuggingFlags.cpp
  55. 1 1
      lib/Runtime/Debug/DiagHelperMethodWrapper.cpp
  56. 1 1
      lib/Runtime/Debug/DiagStackFrame.cpp
  57. 1 1
      lib/Runtime/Debug/ProbeContainer.cpp
  58. 1 1
      lib/Runtime/Language/ConstructorCache.cpp
  59. 1 1
      lib/Runtime/Language/ConstructorCache.h
  60. 1 1
      lib/Runtime/Language/InterpreterProcessOpCodeAsmJs.h
  61. 1 1
      lib/Runtime/Language/ModuleRecordBase.h
  62. 1 1
      lib/Runtime/Language/WebAssemblySource.cpp
  63. 1 1
      lib/Runtime/Language/WebAssemblySource.h
  64. 1 1
      lib/Runtime/Language/amd64/JavascriptConversionA.asm
  65. 1 1
      lib/Runtime/Library/JavascriptExceptionMetadata.cpp
  66. 1 1
      lib/Runtime/Library/JavascriptExceptionMetadata.h
  67. 1 1
      lib/Runtime/Library/WasmLibrary.h
  68. 1 1
      lib/Runtime/Library/WebAssemblyInstance.h
  69. 1 1
      lib/Runtime/PlatformAgnostic/Platform/Windows/PerfTrace.cpp
  70. 1 1
      lib/Runtime/SerializableFunctionFields.h
  71. 1 1
      lib/Runtime/Types/DynamicObjectPropertyEnumerator.cpp
  72. 1 1
      lib/Runtime/Types/DynamicObjectPropertyEnumerator.h
  73. 1 1
      lib/Runtime/Types/TypePath.h
  74. 1 1
      lib/WasmReader/EmptyWasmByteCodeWriter.h
  75. 1 1
      lib/WasmReader/WasmCustomReader.cpp
  76. 1 1
      lib/WasmReader/WasmSectionLimits.h
  77. 1 1
      lib/wabt/.gitignore
  78. 1 1
      pal/src/include/pal/semaphore.hpp
  79. 1 1
      pal/src/synchobj/semaphore.cpp
  80. 1 1
      test/ConfigParsing/interspersednewline.testconfig
  81. 1 1
      test/ConfigParsing/interspersednewline_leadingwhitespace.testconfig
  82. 1 1
      test/ConfigParsing/interspersednewline_whitespace.testconfig
  83. 1 1
      test/ConfigParsing/leadingwhitespace.testconfig
  84. 1 1
      test/ConfigParsing/standard.testconfig
  85. 1 1
      test/PRE/rlexe.xml
  86. 1 1
      test/WasmSpec.MultiValue/rlexe.xml
  87. 1 1
      test/WasmSpec/testsuite/core/.gitignore
  88. 1 1
      test/WasmSpec/testsuite/harness/testharness.css
  89. 1 1
      tools/RecyclerChecker/.gitignore

+ 1 - 1
Build/Chakra.Build.Clang.targets

@@ -126,4 +126,4 @@
     >
     </CL>
   </Target>
-</Project>
+</Project>

+ 1 - 1
Build/NuGet/Microsoft.ChakraCore.vc140.targets

@@ -37,4 +37,4 @@
     <ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\lib\native\v140\x86\Release\ChakraCore.dll" />
     <ReferenceCopyLocalPaths Include="$(MSBuildThisFileDirectory)..\..\lib\native\v140\x86\Release\ChakraCore.pdb" />
   </ItemGroup>
-</Project>
+</Project>

+ 1 - 1
Build/NuGet/package.ps1

@@ -47,4 +47,4 @@ Foreach ($nuspec in $(Get-Item $packageRoot\*.nuspec))
 If (Test-Path $compiledNuspec)
 {
     Remove-Item $compiledNuspec
-}
+}

+ 1 - 1
bin/ch/262.js

@@ -28,4 +28,4 @@ var $262 = {
     getReport: function () { return WScript.GetReport(); },
   },
 };
-)===="
+)===="

+ 1 - 1
lib/Backend/AsmJsJITInfo.cpp

@@ -97,4 +97,4 @@ AsmJsJITInfo::AccessNeedsBoundCheck(uint offset) const
 {
     return offset >= 0x10000;
 }
-#endif
+#endif

+ 1 - 1
lib/Backend/BackendOpCodeAttrAsmJs.cpp

@@ -68,4 +68,4 @@ namespace OpCodeAttrAsmJs
     }
 
 }; // OpCodeAttrAsmJs
-#endif
+#endif

+ 1 - 1
lib/Backend/BackendOpCodeAttrAsmJs.h

@@ -12,4 +12,4 @@ namespace OpCodeAttrAsmJs
     bool HasProfiledOp(Js::OpCodeAsmJs opcode);
     bool IsProfiledOp(Js::OpCodeAsmJs opcode);
 };
-#endif
+#endif

+ 1 - 1
lib/Backend/CodeGenNumberAllocator.cpp

@@ -571,4 +571,4 @@ XProcNumberPageSegmentManager::~XProcNumberPageSegmentManager()
         temp = (XProcNumberPageSegmentImpl*)next;
     }
 }
-#endif
+#endif

+ 1 - 1
lib/Backend/EquivalentTypeSet.cpp

@@ -162,4 +162,4 @@ void EquivalentTypeSet::SortAndRemoveDuplicates()
     this->sortedAndDuplicatesRemoved = true;
 }
 }
-#endif
+#endif

+ 1 - 1
lib/Backend/GlobOpt.cpp

@@ -17464,4 +17464,4 @@ void GlobOpt::PRE::TraceFailedPreloadInLandingPad(const Loop *const loop, Proper
         Output::Print(_u("\n"));
     }
 }
-#endif
+#endif

+ 1 - 1
lib/Backend/GlobOptIntBounds.cpp

@@ -3242,4 +3242,4 @@ GlobOpt::EmitIntRangeChecks(IR::Instr* instr)
         EmitIntRangeChecks(instr, instr->GetDst());
     }
 }
-#endif
+#endif

+ 1 - 1
lib/Backend/IRBuilderAsmJs.h

@@ -314,4 +314,4 @@ private:
 #undef Uint8x16Type
 };
 
-#endif
+#endif

+ 1 - 1
lib/Backend/JitTransferData.cpp

@@ -115,4 +115,4 @@ void JitTransferData::Cleanup()
         }
         midl_user_free(entries);
     }
-}
+}

+ 1 - 1
lib/Backend/JitTransferData.h

@@ -111,4 +111,4 @@ public:
     void Cleanup();
 private:
     void EnsureJitTimeTypeRefs(Recycler* recycler);
-};
+};

+ 1 - 1
lib/Backend/LowerMDShared.cpp

@@ -8633,4 +8633,4 @@ IR::BranchInstr*
 LowererMD::InsertMissingItemCompareBranch(IR::Opnd* compareSrc, IR::Opnd* missingItemOpnd, Js::OpCode opcode, IR::LabelInstr* target, IR::Instr* insertBeforeInstr)
 {
     return this->lowererMDArch.InsertMissingItemCompareBranch(compareSrc, missingItemOpnd, opcode, target, insertBeforeInstr);
-}
+}

+ 1 - 1
lib/Backend/LowerMDSharedSimd128.cpp

@@ -3306,4 +3306,4 @@ BYTE LowererMD::Simd128GetTypedArrBytesPerElem(ValueType arrType)
     return  (1 << Lowerer::GetArrayIndirScale(arrType));
 }
 
-#endif
+#endif

+ 1 - 1
lib/Backend/NativeEntryPointData.cpp

@@ -566,4 +566,4 @@ OOPNativeEntryPointData::DeleteNativeDataBuffer(char * nativeDataBuffer)
     midl_user_free(buffer);
 }
 
-#endif
+#endif

+ 1 - 1
lib/Backend/NativeEntryPointData.h

@@ -214,4 +214,4 @@ private:
 #endif
 };
 
-#endif
+#endif

+ 1 - 1
lib/Backend/amd64/LowererMDArch.cpp

@@ -3466,4 +3466,4 @@ LowererMDArch::InsertMissingItemCompareBranch(IR::Opnd* compareSrc, IR::Opnd* mi
     }
 
     return this->lowererMD->m_lowerer->InsertCompareBranch(missingItemOpnd, compareSrcUint64Opnd, opcode, target, insertBeforeInstr);
-}
+}

+ 1 - 1
lib/Backend/amd64/machvalues.h

@@ -18,4 +18,4 @@ static const int MachStackAlignment = MachPtr;
 static const int MachArgsSlotOffset = MachPtr;
 static const int MachMaxInstrSize = 12;
 static const unsigned __int64 MachSignBit = 0x8000000000000000;
-static const int MachSimd128 = 16;
+static const int MachSimd128 = 16;

+ 1 - 1
lib/Backend/arm/machvalues.h

@@ -16,4 +16,4 @@ static const int MachPtr = 4;
 static const int MachDouble = 8;
 static const int MachRegDouble = 8;
 static const int MachArgsSlotOffset = MachPtr;
-static const int MachStackAlignment = MachDouble;
+static const int MachStackAlignment = MachDouble;

+ 1 - 1
lib/Backend/arm64/machvalues.h

@@ -18,4 +18,4 @@ static const int MachDouble = 8;
 static const int MachRegDouble = 8;
 static const int MachArgsSlotOffset = MachPtr;
 static const int MachStackAlignment = 16; // On ARM64 SP needs to be 16 byte aligned for load/store
-static const unsigned __int64 MachSignBit = 0x8000000000000000;
+static const unsigned __int64 MachSignBit = 0x8000000000000000;

+ 1 - 1
lib/Backend/i386/LowererMDArch.cpp

@@ -4224,4 +4224,4 @@ LowererMDArch::InsertMissingItemCompareBranch(IR::Opnd* compareSrc, IR::Opnd* mi
     }
 
     return this->lowererMD->m_lowerer->InsertCompareBranch(missingItemOpnd, compareSrcUint32Opnd, opcode, target, insertBeforeInstr);
-}
+}

+ 1 - 1
lib/Backend/i386/machvalues.h

@@ -18,4 +18,4 @@ static const int MachMaxInstrSize = 11;
 static const int MachArgsSlotOffset = MachPtr;
 static const int MachStackAlignment = MachDouble;
 static const unsigned int MachSignBit = 0x80000000;
-static const int MachSimd128 = 16;
+static const int MachSimd128 = 16;

+ 1 - 1
lib/Common/Core/Assertions.h

@@ -140,4 +140,4 @@ struct IsSame<T1, T1>
     {
         IsTrue = true
     };
-};
+};

+ 1 - 1
lib/Common/DataStructures/ClusterList.h

@@ -417,4 +417,4 @@ public:
         Output::Print(_u("]\n"));
     }
 #endif
-};
+};

+ 1 - 1
lib/Common/Memory/AllocatorTelemetryStats.h

@@ -42,4 +42,4 @@ struct AllocatorSizes
     size_t reservedBytes;
     size_t committedBytes;
     size_t numberOfSegments;
-};
+};

+ 1 - 1
lib/Common/Memory/BucketStatsReporter.h

@@ -188,4 +188,4 @@ public:
 #endif
 };
 
-};
+};

+ 1 - 1
lib/Common/Memory/CollectionState.h

@@ -102,4 +102,4 @@ enum CollectionState
     CollectionStateConcurrentMarkWeakRef = Collection_ConcurrentMark | Collection_ExecutingConcurrent | Collection_WeakRefMark,
 };
 
-}
+}

+ 1 - 1
lib/Common/Memory/CustomHeap.cpp

@@ -1210,4 +1210,4 @@ CodePageAllocators<SectionAllocWrapper, PreReservedSectionAllocWrapper>::FreeLoc
 } // namespace CustomHeap
 
 } // namespace Memory
-#endif // ENABLE_NATIVE_CODEGEN || DYNAMIC_INTERPRETER_THUNK
+#endif // ENABLE_NATIVE_CODEGEN || DYNAMIC_INTERPRETER_THUNK

+ 1 - 1
lib/Common/Memory/CustomHeap.h

@@ -579,4 +579,4 @@ BucketId GetBucketForSize(DECLSPEC_GUARD_OVERFLOW size_t bytes);
 void FillDebugBreak(_Out_writes_bytes_all_(byteCount) BYTE* buffer, _In_ size_t byteCount);
 } // namespace CustomHeap
 } // namespace Memory
-#endif
+#endif

+ 1 - 1
lib/Common/Memory/DelayDeletingFunctionTable.cpp

@@ -78,4 +78,4 @@ void DelayDeletingFunctionTable::DeleteFunctionTable(void* functionTable)
     NtdllLibrary::Instance->DeleteGrowableFunctionTable(functionTable);
 }
 
-#endif
+#endif

+ 1 - 1
lib/Common/Memory/HeapInfoManager.h

@@ -210,4 +210,4 @@ private:
     size_t unusedPartialCollectFreeBytes;
 #endif
 };
-}
+}

+ 1 - 1
lib/Common/Memory/RecyclerSweepManager.cpp

@@ -586,4 +586,4 @@ size_t RecyclerSweepManager::GetPendingMergeNewHeapBlockCount(HeapInfo const * h
 {
     return this->defaultHeapRecyclerSweep.GetPendingMergeNewHeapBlockCount(heapInfo);
 }
-#endif
+#endif

+ 1 - 1
lib/Common/Memory/RecyclerSweepManager.h

@@ -97,4 +97,4 @@ RecyclerSweepManager::GetHeapBlockCount(HeapBucketT<TBlockType> const * heapBuck
     return this->defaultHeapRecyclerSweep.GetHeapBlockCount(heapBucket);
 }
 #endif
-};
+};

+ 1 - 1
lib/Common/Memory/XDataAllocator.h

@@ -33,4 +33,4 @@ struct DelayDeletingFunctionTable
     static bool IsEmpty();
     static void DeleteFunctionTable(void* functionTable);
 };
-#endif
+#endif

+ 1 - 1
lib/Jsrt/JsrtDebugEventObject.cpp

@@ -124,4 +124,4 @@ JsrtDebugDocumentManager::BreakpointDebugDocumentDictionary * JsrtDebugDocumentM
     }
     return breakpointDebugDocumentDictionary;
 }
-#endif
+#endif

+ 1 - 1
lib/Jsrt/JsrtDebugManager.cpp

@@ -763,4 +763,4 @@ JsDiagDebugEvent JsrtDebugManager::GetDebugEventFromStopType(Js::StopType stopTy
 
     return JsDiagDebugEventBreakpoint;
 }
-#endif
+#endif

+ 1 - 1
lib/Jsrt/JsrtDebugUtils.cpp

@@ -497,4 +497,4 @@ const char16 * JsrtDebugUtils::GetDebugPropertyName(JsrtDebugPropertyId property
     Assert(false);
     return _u("");
 }
-#endif
+#endif

+ 1 - 1
lib/Jsrt/JsrtDebuggerObject.cpp

@@ -952,4 +952,4 @@ void JsrtDebugStackFrames::ClearFrameDictionary()
         this->framesDictionary->Clear();
     }
 }
-#endif
+#endif

+ 1 - 1
lib/Parser/BGParseManager.cpp

@@ -650,4 +650,4 @@ void BGParseWorkItem::WaitForCompletion()
 
         this->complete->Wait();
     }
-}
+}

+ 1 - 1
lib/Parser/BGParseManager.h

@@ -150,4 +150,4 @@ private:
     // Output data
     byte * bufferReturn;
     DWORD  bufferReturnBytes;
-};
+};

+ 1 - 1
lib/Parser/Parse.h

@@ -1210,4 +1210,4 @@ private:
 public:
     charcount_t GetSourceIchLim() { return m_sourceLim; }
     static BOOL NodeEqualsName(ParseNodePtr pnode, LPCOLESTR sz, uint32 cch);
-};
+};

+ 1 - 1
lib/Parser/perrors.h

@@ -108,4 +108,4 @@ LSC_ERROR_MSG(1092, ERRLabelBeforeAsyncFncDeclaration, "Labels not allowed befor
 LSC_ERROR_MSG(1093, ERRLabelBeforeClassDeclaration, "Labels not allowed before class declaration")
 LSC_ERROR_MSG(1094, ERRLabelFollowedByEOF, "Unexpected end of script after a label.")
 LSC_ERROR_MSG(1095, ERRFunctionAfterLabelInStrict, "Function declarations not allowed after a label in strict mode.")
-LSC_ERROR_MSG(1096, ERRAwaitAsLabelInAsync, "Use of 'await' as label in async function is not allowed.")
+LSC_ERROR_MSG(1096, ERRAwaitAsLabelInAsync, "Use of 'await' as label in async function is not allowed.")

+ 1 - 1
lib/Parser/ptree.h

@@ -1093,4 +1093,4 @@ template <OpCode nop> class OpCodeTrait;
         typedef ParseNode##nk ParseNodeType; \
         static const bool AllowDefer = ((ok) & fnopAllowDefer) != 0; \
     };
-#include "ptlist.h"
+#include "ptlist.h"

+ 1 - 1
lib/Runtime/Base/PerfHintDescriptions.h

@@ -15,4 +15,4 @@ PERFHINT_REASON(HeapArgumentsDueToWriteToFormals,   true, PerfHintLevels::L1,
 PERFHINT_REASON(HeapArgumentsDueToNonLocalRef,      true, PerfHintLevels::L1,      _u("Arguments object not optimized as there were some nested functions or non-local refs found in nested functions"),  _u("Scope object creation is required in this case"), _u("Check for nested functions and non-local refs inside")  )
 PERFHINT_REASON(HeapArgumentsModification,          true, PerfHintLevels::L1,      _u("Modification to arguments"),              _u("Slower lookups, high overhead in the JIT code"), _u("Avoid modification to the arguments"))
 PERFHINT_REASON(HeapArgumentsCreated,               true, PerfHintLevels::L1,      _u("Arguments object not optimized"),         _u("Slower lookups, high overhead in the JIT code"), _u("Check the usage of arguments in the function"))
-PERFHINT_REASON(PolymorphicInilineCap,              true, PerfHintLevels::L1,      _u("Function has reached polymorphic-inline cap"), _u("This function will not inline more than 4 functions for this call-site."), _u("Check the polymorphic usage of this function"))
+PERFHINT_REASON(PolymorphicInilineCap,              true, PerfHintLevels::L1,      _u("Function has reached polymorphic-inline cap"), _u("This function will not inline more than 4 functions for this call-site."), _u("Check the polymorphic usage of this function"))

+ 1 - 1
lib/Runtime/ByteCode/AsmJsByteCodeWriter.h

@@ -130,4 +130,4 @@ namespace Js
 #undef IMP_IWASM
 #endif
 
-#endif
+#endif

+ 1 - 1
lib/Runtime/ByteCode/ByteCodeSerializeFlags.h

@@ -11,4 +11,4 @@
 // of these flags to indicate how to allocate the memory. The absence of both flags
 // indicates that no allocation is needed.
 #define GENERATE_BYTE_CODE_COTASKMEMALLOC   0x00000008
-#define GENERATE_BYTE_CODE_ALLOC_ANEW       0x00000010
+#define GENERATE_BYTE_CODE_ALLOC_ANEW       0x00000010

+ 1 - 1
lib/Runtime/ByteCode/OpCodes.h

@@ -862,4 +862,4 @@ MACRO_EXTEND_WMS(       NewPropIdArrForCompProps, Reg1Unsigned1, OpSideEffect)
 #undef MACRO_WMS_WITH_DBG_ATTR
 #undef MACRO_EXTEND_WITH_DBG_ATTR
 #undef MACRO_EXTEND_WMS_WITH_DBG_ATTR
-#undef MACRO_BACKEND_ONLY_WITH_DBG_ATTR
+#undef MACRO_BACKEND_ONLY_WITH_DBG_ATTR

+ 1 - 1
lib/Runtime/Debug/BreakpointProbe.cpp

@@ -86,4 +86,4 @@ namespace Js
         statement->statement.begin = this->characterOffset;
     }
 }
-#endif
+#endif

+ 1 - 1
lib/Runtime/Debug/DebugContext.cpp

@@ -411,4 +411,4 @@ namespace Js
         });
     }
 }
-#endif
+#endif

+ 1 - 1
lib/Runtime/Debug/DebugDocument.cpp

@@ -352,4 +352,4 @@ namespace Js
         return TRUE;
     }
 }
-#endif
+#endif

+ 1 - 1
lib/Runtime/Debug/DebugManager.cpp

@@ -233,4 +233,4 @@ AutoSetDispatchHaltFlag::~AutoSetDispatchHaltFlag()
     Assert(m_scriptContext->GetDebugContext()->GetProbeContainer()->IsPrimaryBrokenToDebuggerContext());
     m_scriptContext->GetDebugContext()->GetProbeContainer()->SetIsPrimaryBrokenToDebuggerContext(false);
 }
-#endif
+#endif

+ 1 - 1
lib/Runtime/Debug/DebuggingFlags.cpp

@@ -76,4 +76,4 @@ void DebuggingFlags::SetIsBuiltInWrapperPresent(bool value /* = true */)
 {
     m_isBuiltInWrapperPresent = value;
 }
-#endif
+#endif

+ 1 - 1
lib/Runtime/Debug/DiagHelperMethodWrapper.cpp

@@ -270,4 +270,4 @@ namespace Js
     template void HandleHelperOrLibraryMethodWrapperException<true>(ScriptContext * scriptContext, JavascriptExceptionObject * exceptionObject);
     template void HandleHelperOrLibraryMethodWrapperException<false> (ScriptContext * scriptContext, JavascriptExceptionObject * exceptionObject);
 } // namespace Js
-#endif
+#endif

+ 1 - 1
lib/Runtime/Debug/DiagStackFrame.cpp

@@ -658,4 +658,4 @@ namespace Js
     }
 
 }  // namespace Js
-#endif
+#endif

+ 1 - 1
lib/Runtime/Debug/ProbeContainer.cpp

@@ -1135,4 +1135,4 @@ namespace Js
     }
 #endif
 } // namespace Js.
-#endif
+#endif

+ 1 - 1
lib/Runtime/Language/ConstructorCache.cpp

@@ -216,4 +216,4 @@ namespace Js
             this->GetSkipDefaultNewObject(), this->GetCtorHasNoExplicitReturnValue());
     }
 #endif
-}
+}

+ 1 - 1
lib/Runtime/Language/ConstructorCache.h

@@ -252,4 +252,4 @@ namespace Js
     private:
         void InvalidateOnPrototypeChange();
     };
-}
+}

+ 1 - 1
lib/Runtime/Language/InterpreterProcessOpCodeAsmJs.h

@@ -2308,4 +2308,4 @@ if (switchProfileMode) \
 
 
 
-#endif
+#endif

+ 1 - 1
lib/Runtime/Language/ModuleRecordBase.h

@@ -53,4 +53,4 @@ namespace Js
         Field(bool) wasEvaluated;
         Field(JavascriptLibrary*) javascriptLibrary;
     };
-}
+}

+ 1 - 1
lib/Runtime/Language/WebAssemblySource.cpp

@@ -85,4 +85,4 @@ void WebAssemblySource::CreateSourceInfo(bool createNewContext, ScriptContext* s
 }
 
 }
-#endif
+#endif

+ 1 - 1
lib/Runtime/Language/WebAssemblySource.h

@@ -26,4 +26,4 @@ namespace Js
         void CreateSourceInfo(bool createNewContext, ScriptContext* scriptContext);
     };
 }
-#endif
+#endif

+ 1 - 1
lib/Runtime/Language/amd64/JavascriptConversionA.asm

@@ -27,4 +27,4 @@ align 16
 ?ULongToDouble@JavascriptConversion@Js@@SAN_K@Z ENDP
 
        _TEXT ENDS
-        end
+        end

+ 1 - 1
lib/Runtime/Library/JavascriptExceptionMetadata.cpp

@@ -160,4 +160,4 @@ namespace Js {
 
         return true;
     }
-}
+}

+ 1 - 1
lib/Runtime/Library/JavascriptExceptionMetadata.h

@@ -16,4 +16,4 @@ namespace Js{
     private:
         static SimpleTypeHandler<6> ExceptionMetadataTypeHandler;
     };
-};
+};

+ 1 - 1
lib/Runtime/Library/WasmLibrary.h

@@ -15,4 +15,4 @@ namespace Js
         static Var WasmLazyTrapCallback(RecyclableObject *callee, CallInfo, ...);
 #endif
     };
-}
+}

+ 1 - 1
lib/Runtime/Library/WebAssemblyInstance.h

@@ -46,4 +46,4 @@ namespace Js
     };
 
 } // namespace Js
-#endif
+#endif

+ 1 - 1
lib/Runtime/PlatformAgnostic/Platform/Windows/PerfTrace.cpp

@@ -27,4 +27,4 @@ void  PerfTrace::WritePerfMap()
 
 }
 
-#endif // PERFMAP_TRACE_ENABLED
+#endif // PERFMAP_TRACE_ENABLED

+ 1 - 1
lib/Runtime/SerializableFunctionFields.h

@@ -115,4 +115,4 @@ CURRENT_ACCESS_MODIFIER
 #undef PROTECTED_FIELDS
 #undef PRIVATE_FIELDS
 #undef PUBLIC_FIELDS
-#undef DECLARE_TAG_FIELD
+#undef DECLARE_TAG_FIELD

+ 1 - 1
lib/Runtime/Types/DynamicObjectPropertyEnumerator.cpp

@@ -280,4 +280,4 @@ namespace Js
         }
         return nullptr;
     }
-}
+}

+ 1 - 1
lib/Runtime/Types/DynamicObjectPropertyEnumerator.h

@@ -71,4 +71,4 @@ namespace Js
         static uint32 GetOffsetOfCachedDataCompleted() { return offsetof(CachedData, completed); }
         static uint32 GetOffsetOfCachedDataEnumNonEnumerable() { return offsetof(CachedData, enumNonEnumerable); }
     };
-};
+};

+ 1 - 1
lib/Runtime/Types/TypePath.h

@@ -464,4 +464,4 @@ public:
     };
 }
 
-CompileAssert((sizeof(Js::TypePath) % HeapConstants::ObjectGranularity) == (HeapConstants::ObjectGranularity - TYPE_PATH_ALLOC_GRANULARITY_GAP * sizeof(void *)) % HeapConstants::ObjectGranularity);
+CompileAssert((sizeof(Js::TypePath) % HeapConstants::ObjectGranularity) == (HeapConstants::ObjectGranularity - TYPE_PATH_ALLOC_GRANULARITY_GAP * sizeof(void *)) % HeapConstants::ObjectGranularity);

+ 1 - 1
lib/WasmReader/EmptyWasmByteCodeWriter.h

@@ -50,4 +50,4 @@ namespace Js
         virtual void SetCallSiteCount(Js::ProfileId callSiteCount) override {}
     };
 }
-#endif
+#endif

+ 1 - 1
lib/WasmReader/WasmCustomReader.cpp

@@ -52,4 +52,4 @@ const uint32 WasmCustomReader::EstimateCurrentFunctionBytecodeSize() const
 }
 
 };
-#endif
+#endif

+ 1 - 1
lib/WasmReader/WasmSectionLimits.h

@@ -34,4 +34,4 @@ struct TableSectionLimits : public SectionLimits
     // Nothing specific to table section yet
 };
 }
-#endif
+#endif

+ 1 - 1
lib/wabt/.gitignore

@@ -7,4 +7,4 @@
 .gitmodules
 /test
 /tests
-/third_party
+/third_party

+ 1 - 1
pal/src/include/pal/semaphore.hpp

@@ -57,4 +57,4 @@ namespace CorUnix
 
 }
 
-#endif //_PAL_SEMAPHORE_H_
+#endif //_PAL_SEMAPHORE_H_

+ 1 - 1
pal/src/synchobj/semaphore.cpp

@@ -601,4 +601,4 @@ OpenSemaphoreW(
     PERF_EXIT(OpenSemaphoreW);
 
     return hSemaphore;
-}
+}

+ 1 - 1
test/ConfigParsing/interspersednewline.testconfig

@@ -1,2 +1,2 @@
 -Verbose
--NoNative
+-NoNative

+ 1 - 1
test/ConfigParsing/interspersednewline_leadingwhitespace.testconfig

@@ -1,2 +1,2 @@
  -Verbose
--NoNative
+-NoNative

+ 1 - 1
test/ConfigParsing/interspersednewline_whitespace.testconfig

@@ -1,2 +1,2 @@
 -Verbose
- -NoNative
+ -NoNative

+ 1 - 1
test/ConfigParsing/leadingwhitespace.testconfig

@@ -1 +1 @@
- -Verbose -NoNative
+ -Verbose -NoNative

+ 1 - 1
test/ConfigParsing/standard.testconfig

@@ -1 +1 @@
--Verbose -NoNative
+-Verbose -NoNative

+ 1 - 1
test/PRE/rlexe.xml

@@ -14,4 +14,4 @@
       <compile-flags>-args summary -endargs</compile-flags>
     </default>
   </test>
-</regress-exe>
+</regress-exe>

+ 1 - 1
test/WasmSpec.MultiValue/rlexe.xml

@@ -12,4 +12,4 @@
       <compile-flags>-wasm -WasmMultiValue</compile-flags>
     </default>
   </test>
-</regress-exe>
+</regress-exe>

+ 1 - 1
test/WasmSpec/testsuite/core/.gitignore

@@ -1 +1 @@
-output
+output

+ 1 - 1
test/WasmSpec/testsuite/harness/testharness.css

@@ -99,4 +99,4 @@ span.timeout {
 
 span.ok, span.timeout, span.error {
     font-variant:small-caps;
-}
+}

+ 1 - 1
tools/RecyclerChecker/.gitignore

@@ -1 +1 @@
-Build/
+Build/