Skip to content

Commit

Permalink
crystal tool format
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Oct 29, 2024
1 parent db3a653 commit 0ea07f6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/llvm/lib_llvm/core.cr
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ lib LibLLVM
# counterparts (e.g. `LLVMModuleFlagBehavior` v.s. `LLVM::Module::ModFlagBehavior`)

enum ModuleFlagBehavior
Error = 0
Warning = 1
Require = 2
Override = 3
Append = 4
Error = 0
Warning = 1
Require = 2
Override = 3
Append = 4
AppendUnique = 5
end

Expand Down

0 comments on commit 0ea07f6

Please sign in to comment.