From 5c4526725b6a2037abe54ddfc32a216a4d49d777 Mon Sep 17 00:00:00 2001 From: Patrick Kofod Mogensen Date: Wed, 3 Feb 2016 10:32:58 +0100 Subject: [PATCH] Remove trailing spaces. --- src/utils.jl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils.jl b/src/utils.jl index bf97febd..576f4970 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -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,