Cleanup: pep8 function indentation

This commit is contained in:
2018-06-26 19:41:37 +02:00
parent ecb56eac57
commit 532c8ac583
62 changed files with 1462 additions and 1389 deletions

View File

@@ -83,11 +83,11 @@ class SequencerCutMulticam(Operator):
bl_options = {'REGISTER', 'UNDO'}
camera = IntProperty(
name="Camera",
min=1, max=32,
soft_min=1, soft_max=32,
default=1,
)
name="Camera",
min=1, max=32,
soft_min=1, soft_max=32,
default=1,
)
@classmethod
def poll(cls, context):