Skip to content

Commit 288a5b0

Browse files
authored
Update OrcV2CBindingsBasicUsage.c to fix formatting.
1 parent c78bb1e commit 288a5b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/examples/OrcV2Examples/OrcV2CBindingsBasicUsage/OrcV2CBindingsBasicUsage.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ LLVMOrcThreadSafeModuleRef createDemoModule(void) {
5555
LLVMDisposeBuilder(Builder);
5656

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

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

0 commit comments

Comments
 (0)