Skip to content

Commit 71638b8

Browse files
[ExecutionEngine] Ensure newlines at the end of files (NFC)
1 parent a0943a2 commit 71638b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/lib/ExecutionEngine/JITLink/COFFDirectiveParser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ class COFFDirectiveParser {
4545
} // end namespace jitlink
4646
} // end namespace llvm
4747

48-
#endif // LLVM_EXECUTIONENGINE_JITLINK_COFFDIRECTIVEPARSER_H
48+
#endif // LLVM_EXECUTIONENGINE_JITLINK_COFFDIRECTIVEPARSER_H

llvm/lib/ExecutionEngine/JITLink/COFFLinkGraphBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,4 +627,4 @@ COFFLinkGraphBuilder::exportCOMDATSymbol(COFFSymbolIndex SymIndex,
627627
}
628628

629629
} // namespace jitlink
630-
} // namespace llvm
630+
} // namespace llvm

0 commit comments

Comments
 (0)