From 65c70f6fc46b1021a9e758caa2d71dddee51be47 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Sat, 17 Mar 2018 14:57:38 +0100 Subject: [PATCH] Indentation using 4 spaces --- photobooth/Photobooth.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/photobooth/Photobooth.py b/photobooth/Photobooth.py index ada108a..9ba51be 100644 --- a/photobooth/Photobooth.py +++ b/photobooth/Photobooth.py @@ -5,5 +5,5 @@ import Config, PyQt5Gui def main(argv): - config = Config.Config('photobooth.cfg') - return PyQt5Gui.run(argv, config) + config = Config.Config('photobooth.cfg') + return PyQt5Gui.run(argv, config)