Skip to content

Commit

Permalink
Fix uneven trailing whitespace in strings (#114)
Browse files Browse the repository at this point in the history
Found as part of JuliaLang/julia#46372 - the reference parser treats triple quoted lines of uneven whitespace in a weird inconsistent way so this is changed in the new parser. This change removes the uneven whitespace.
  • Loading branch information
c42f authored Jun 6, 2023
1 parent e2c2eae commit 0334b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LLVM_intrinsics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ for f in BINARY_INTRINSICS_FLOAT
%res = call $fpflags $XT @llvm.$ff.$(suffix(N, T))($XT %0, $XT %1)
ret $XT %res
}
attributes #0 = { alwaysinline }
"""
return :(
Expand Down

0 comments on commit 0334b82

Please sign in to comment.