summaryrefslogtreecommitdiffstats
path: root/src/aux.py
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-03-24 07:48:39 +0100
committerMattias Andrée <maandree@operamail.com>2014-03-24 07:48:39 +0100
commit3bb9c6309da46438a06066707b615fad4b1dbbae (patch)
treec00b9e71085725acecdc0ad663d25a496b438d26 /src/aux.py
parentm readme (diff)
downloadblueshift-3bb9c6309da46438a06066707b615fad4b1dbbae.tar.gz
blueshift-3bb9c6309da46438a06066707b615fad4b1dbbae.tar.bz2
blueshift-3bb9c6309da46438a06066707b615fad4b1dbbae.tar.xz
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/aux.py')
-rw-r--r--src/aux.py2
1 files changed, 1 insertions, 1 deletions
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):