Remove trailing spaces.

This commit is contained in:
Patrick Kofod Mogensen 2016-02-03 10:32:58 +01:00
parent 3f42e9c5bd
commit 5c4526725b

View File

@ -246,7 +246,7 @@ function with(f::Function, args...; kw...)
oldbackend = CURRENT_BACKEND.sym oldbackend = CURRENT_BACKEND.sym
for arg in args for arg in args
# change backend? # change backend?
if arg in backends() if arg in backends()
backend(arg) backend(arg)
@ -421,10 +421,10 @@ function supportGraph(allvals, func)
push!(x, string(b)) push!(x, string(b))
push!(y, string(val)) push!(y, string(val))
end end
end end
end end
n = length(vals) n = length(vals)
scatter(x,y, scatter(x,y,
m=:rect, m=:rect,
ms=10, ms=10,