Skip to content

Commit f15677b

Browse files
committed
FIX: PEP8 - E116 unexpected indentation (comment)
1 parent aa8d0dc commit f15677b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nipype/interfaces/nitime/analysis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ def _list_outputs(self):
172172

173173
#if isdefined(self.inputs.output_csv_file):
174174

175-
#write to a csv file and assign a value to self.coherence_file (a
176-
#file name + path)
175+
#write to a csv file and assign a value to self.coherence_file (a
176+
#file name + path)
177177

178178
#Always defined (the arrays):
179179
outputs['coherence_array'] = self.coherence

nipype/interfaces/spm/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def _make_matlab_command(self, _):
163163
"""%(self.inputs.in_file,
164164
self.inputs.out_file,
165165
self.inputs.mat)
166-
#img_space = spm_get_space(infile);
166+
#img_space = spm_get_space(infile);
167167
#spm_get_space(infile, transform.M * img_space);
168168
return script
169169

0 commit comments

Comments
 (0)