Skip to content

Commit 35214a4

Browse files
authored
Update OrcV2CBindingsBasicUsage.c - more formatting fixes.
1 parent 882e5f4 commit 35214a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/OrcV2CBindingsBasicUsage.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ LLVMOrcThreadSafeModuleRef createDemoModule(void) {
5656

5757
// Create a new ThreadSafeContext to hold the context.
5858
LLVMOrcThreadSafeContextRef TSCtx =
59-
LLVMOrcCreateNewThreadSafeContextFromLLVMContext(Ctx);
59+
LLVMOrcCreateNewThreadSafeContextFromLLVMContext(Ctx);
6060

6161
// Our demo module is now complete. Wrap it and our ThreadSafeContext in a
6262
// ThreadSafeModule.

0 commit comments

Comments
 (0)