Skip to content

Commit

Permalink
Fixed indendation issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Minding000 committed May 19, 2024
1 parent 1d4fe0a commit 670472d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions llvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ public class Factorial {

public static void main(String[] args) {
// Stage 1: Initialize LLVM components
LLVMInitializeNativeTarget();
LLVMInitializeNativeAsmPrinter();
LLVMInitializeNativeTarget();
LLVMInitializeNativeAsmPrinter();

// Stage 2: Build the factorial function.
LLVMContextRef context = LLVMContextCreate();
Expand Down

0 comments on commit 670472d

Please sign in to comment.