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
for arg in args
# change backend?
if arg in backends()
backend(arg)
@ -421,10 +421,10 @@ function supportGraph(allvals, func)
push!(x, string(b))
push!(y, string(val))
end
end
end
end
n = length(vals)
scatter(x,y,
m=:rect,
ms=10,