Skip to content

Commit

Permalink
Style fix (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf authored Feb 21, 2022
1 parent a110cca commit 11d5f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orderings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const orderings = (unordered, monotonic, acquire, release, acq_rel, seq_cst)

const ConcreteOrdering = Union{map(typeof, orderings)...}

llvm_ordering(::LLVMOrdering{name}) where {name} =name
llvm_ordering(::LLVMOrdering{name}) where {name} = name
Base.string(o::LLVMOrdering) = String(llvm_ordering(o))
Base.print(io::IO, o::LLVMOrdering) = print(io, string(o))

Expand Down

0 comments on commit 11d5f57

Please sign in to comment.