Code formatting.
[OpenColorIO-Configs.git] / aces_1.0.0 / python / aces_ocio / create_gopro_colorspaces.py
index b032baa..b208537 100644 (file)
@@ -102,9 +102,9 @@ def create_protune(gamut,
     if gamut == 'Protune Gamut':
         cs.to_reference_transforms.append({
             'type': 'matrix',
-            'matrix': [ 0.533448429,  0.32413911,  0.142412421, 0,
-                       -0.050729924,  1.07572006, -0.024990416, 0,
-                        0.071419661, -0.290521962, 1.219102381, 0,
+            'matrix': [0.533448429, 0.32413911, 0.142412421, 0,
+                       -0.050729924, 1.07572006, -0.024990416, 0,
+                       0.071419661, -0.290521962, 1.219102381, 0,
                        0, 0, 0, 1],
             'direction': 'forward'})