Skip to content

Commit d0dd3e1

Browse files
committed
STY: correct for newline at end of file
1 parent 08e4d66 commit d0dd3e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nipype/testing/data/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ in the doctests of nipype. For verion 0.3 of nipype, we're using
33
Traits and for input files, the code checks to confirm the assigned
44
files actually exist. It doesn't matter what the files are, or even
55
if they contain "real data", only that they exist. Again, these files
6-
are only meant to serve as documentation in the doctests.
6+
are only meant to serve as documentation in the doctests.

nipype/testing/data/spminfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ try,
66
end;
77
spm_path = spm('dir');
88
fprintf(1, 'NIPYPE %s', spm_path);
9-
9+
1010
,catch ME,
1111
fprintf(2,'MATLAB code threw an exception:\n');
1212
fprintf(2,'%s\n',ME.message);
1313
if length(ME.stack) ~= 0, fprintf(2,'File:%s\nName:%s\nLine:%d\n',ME.stack.file,ME.stack.name,ME.stack.line);, end;
14-
end;
14+
end;

0 commit comments

Comments
 (0)