Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
2 space
Browse files Browse the repository at this point in the history
  • Loading branch information
iblislin committed Mar 4, 2019
1 parent ec80b31 commit 03698eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion julia/src/runtime.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ struct LibFeature
end

Base.show(io::IO, x::LibFeature) =
print(io, ifelse(x.enabled, "", ""), "\t", unsafe_string(x.name))
print(io, ifelse(x.enabled, "", ""), " ", unsafe_string(x.name))

"""
libinfo_features()
Expand Down

0 comments on commit 03698eb

Please sign in to comment.