Skip to content

Commit

Permalink
smurf: clang insists on newlines at the end of files
Browse files Browse the repository at this point in the history
   error: no newline at end of file [-Werror,-pedantic,-Wnewline-eof]
  • Loading branch information
timj committed Sep 6, 2012
1 parent a746998 commit 090ee96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -136,4 +136,4 @@ void fts2_validatemirrorpositions(double* positions, int count, int* ni, int* nf
}
}
*/
}
}
2 changes: 1 addition & 1 deletion applications/smurf/libsmurf/smurf_fts2_init.c
Expand Up @@ -387,4 +387,4 @@ void smurf_fts2_init(int* status)
if(gIn) { grpDelet(&gIn, status); }
if(gOut) { grpDelet(&gOut, status); }
if(gZpd) { grpDelet(&gZpd, status); }
}
}
2 changes: 1 addition & 1 deletion applications/smurf/libsmurf/smurf_fts2_phasecorrds.c
Expand Up @@ -413,4 +413,4 @@ void smurf_fts2_phasecorrds(int* status)
/* Delete Groups */
grpDelet(&gIn, status);
grpDelet(&gOut, status);
}
}
2 changes: 1 addition & 1 deletion applications/smurf/libsmurf/smurf_fts2_spectrum.c
Expand Up @@ -284,4 +284,4 @@ void smurf_fts2_spectrum(int* status)
/* Delete Groups */
grpDelet(&gIn, status);
grpDelet(&gOut, status);
}
}

0 comments on commit 090ee96

Please sign in to comment.