Skip to content

Commit e639b87

Browse files
committed
Added whitespaces
1 parent 4bfae3f commit e639b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/dcm2nii.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ class Dcm2nii(CommandLine):
6767

6868
def _format_arg(self, opt, spec, val):
6969
if opt in ['anonymize', 'collapse_folders', 'date_in_filename', 'events_in_filename',
70-
'source_in_filename','gzip_output', 'id_in_filename','nii_output',
71-
'protocol_in_filename','reorient','spm_analyze','convert_all_pars',
70+
'source_in_filename', 'gzip_output', 'id_in_filename', 'nii_output',
71+
'protocol_in_filename', 'reorient', 'spm_analyze', 'convert_all_pars',
7272
'reorient_and_crop']:
7373
spec = deepcopy(spec)
7474
if val:

0 commit comments

Comments
 (0)