Skip to content

Commit 7d750c1

Browse files
committed
Whitespace.
1 parent e1b74a3 commit 7d750c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/libLLVM_extra.jl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@ end
163163
end
164164

165165
if libllvm_version >= v"8.0"
166-
@cenum(LLVMDebugEmissionKind,
167-
LLVMDebugEmissionKindNoDebug = 0,
168-
LLVMDebugEmissionKindFullDebug = 1,
169-
LLVMDebugEmissionKindLineTablesOnly = 2,
170-
LLVMDebugEmissionKindDebugDirectivesOnly = 3,
171-
)
166+
@cenum(LLVMDebugEmissionKind,
167+
LLVMDebugEmissionKindNoDebug = 0,
168+
LLVMDebugEmissionKindFullDebug = 1,
169+
LLVMDebugEmissionKindLineTablesOnly = 2,
170+
LLVMDebugEmissionKindDebugDirectivesOnly = 3,
171+
)
172172
end

0 commit comments

Comments
 (0)