You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ib...@apache.org on 2019/02/12 06:24:15 UTC

[incubator-mxnet] branch ib/jl-runtime-features updated: 2 space

This is an automated email from the ASF dual-hosted git repository.

iblis pushed a commit to branch ib/jl-runtime-features
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/ib/jl-runtime-features by this push:
     new 38e08f9  2 space
38e08f9 is described below

commit 38e08f97b9846960d1d6eaab95078d7f316dfaf0
Author: Iblis Lin <ib...@hs.ntnu.edu.tw>
AuthorDate: Tue Feb 12 06:23:47 2019 +0000

    2 space
---
 julia/src/runtime.jl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/julia/src/runtime.jl b/julia/src/runtime.jl
index 04ab973..bb8a81c 100644
--- a/julia/src/runtime.jl
+++ b/julia/src/runtime.jl
@@ -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()