Skip to content

Commit c11b614

Browse files
committed
fix clang-format
1 parent 3bd8409 commit c11b614

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/ExecutionEngine/JITLink/XCOFFLinkGraphBuilder.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ class XCOFFLinkGraphBuilder {
4545
const object::XCOFFObjectFile &Obj;
4646
std::unique_ptr<LinkGraph> G;
4747

48-
Section* UndefSection;
48+
Section *UndefSection;
4949

5050
struct SectionEntry {
51-
jitlink::Section* Section;
51+
jitlink::Section *Section;
5252
object::SectionRef SectionData;
5353
};
5454

0 commit comments

Comments
 (0)