[libcamera-devel,04/24] utils: raspberrypi: ctt: Fix pycodestyle E241

Message ID 20200512000322.11753-5-laurent.pinchart@ideasonboard.com
State Accepted
Headers show
Series
  • utils: raspberrypi: ctt: Comply with pycodestyle
Related show

Commit Message

Laurent Pinchart May 12, 2020, 12:03 a.m. UTC
E241 multiple spaces after ':'
E241 multiple spaces after ','

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 utils/raspberrypi/ctt/ctt.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Patch

diff --git a/utils/raspberrypi/ctt/ctt.py b/utils/raspberrypi/ctt/ctt.py
index 97cadfe8ab82..743ee3bca448 100755
--- a/utils/raspberrypi/ctt/ctt.py
+++ b/utils/raspberrypi/ctt/ctt.py
@@ -126,11 +126,11 @@  class Camera:
                 "exposure_modes": {
                     "normal": {
                         "shutter": [100, 10000, 30000, 60000, 120000],
-                        "gain": [1.0, 2.0,   4.0,   6.0,   6.0]
+                        "gain": [1.0, 2.0, 4.0, 6.0, 6.0]
                     },
                     "sport": {
                         "shutter": [100, 5000, 10000, 20000, 120000],
-                        "gain":    [1.0, 2.0,  4.0,   6.0,   6.0   ]
+                        "gain": [1.0, 2.0, 4.0, 6.0, 6.0]
                     }
                 },
                 "constraint_modes": {