Skip to content

Commit 42e89c6

Browse files
author
bpinsard
committed
fix indentation
1 parent 78e3eee commit 42e89c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/spm/preprocess.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1116,8 +1116,8 @@ class VBMSegmentInputSpec(SPMCommandInputSpec):
11161116
4, usedefault=True, field='estwrite.opts.warpreg',
11171117
desc='Controls balance between parameters and data')
11181118

1119-
spatial_normalization = traits.Enum('high',
1120-
'low', usedefault=True,)
1119+
spatial_normalization = traits.Enum(
1120+
'high', 'low', usedefault=True,)
11211121
dartel_template = File(
11221122
exists=True,
11231123
field='estwrite.extopts.dartelwarp.normhigh.darteltpm')

0 commit comments

Comments
 (0)