Skip to content

Commit bcdfff0

Browse files
authored
Update OrcV2CBindingsVeryLazy.c - more formatting fixes.
1 parent de4b223 commit bcdfff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/examples/OrcV2Examples/OrcV2CBindingsVeryLazy/OrcV2CBindingsVeryLazy.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ LLVMErrorRef parseExampleModule(const char *Source, size_t Len,
9292

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

9797
// Our module is now complete. Wrap it and our ThreadSafeContext in a
9898
// ThreadSafeModule.

0 commit comments

Comments
 (0)