Skip to content

Commit 882e5f4

Browse files
authored
Update OrcV2CBindingsVeryLazy.c to fix formatting.
1 parent e4ee03d commit 882e5f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ LLVMErrorRef parseExampleModule(const char *Source, size_t Len,
9191
}
9292

9393
// Create a new ThreadSafeContext to hold the context.
94-
LLVMOrcThreadSafeContextRef TSCtx = LLVMOrcCreateNewThreadSafeContextFromLLVMContext(Ctx);
94+
LLVMOrcThreadSafeContextRef TSCtx =
95+
LLVMOrcCreateNewThreadSafeContextFromLLVMContext(Ctx);
9596

9697
// Our module is now complete. Wrap it and our ThreadSafeContext in a
9798
// ThreadSafeModule.

0 commit comments

Comments
 (0)