diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-24 07:48:39 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-24 07:48:39 +0100 |
commit | 3bb9c6309da46438a06066707b615fad4b1dbbae (patch) | |
tree | c00b9e71085725acecdc0ad663d25a496b438d26 | |
parent | m readme (diff) | |
download | blueshift-3bb9c6309da46438a06066707b615fad4b1dbbae.tar.gz blueshift-3bb9c6309da46438a06066707b615fad4b1dbbae.tar.bz2 blueshift-3bb9c6309da46438a06066707b615fad4b1dbbae.tar.xz |
whitespace
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/aux.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |