From 3bb9c6309da46438a06066707b615fad4b1dbbae Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 24 Mar 2014 07:48:39 +0100 Subject: whitespace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/aux.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/aux.py b/src/aux.py index b2d99fd..90c47bd 100644 --- a/src/aux.py +++ b/src/aux.py @@ -31,7 +31,7 @@ def translate_to_integers(): o_curve[i] = int(i_curve[i] * (o_size - 1) + 0.5) if clip_result: o_curve[i] = min(max(0, o_curve[i]), (o_size - 1)) - return (R_curve, G_curve, B_curve) + return (R_curve, G_curve, B_curve) def ramps_to_function(r, g, b): -- cgit v1.2.3-70-g09d2