Delete trailing whitespace.

This commit is contained in:
Bård Skaflestad 2011-10-18 20:40:19 +02:00
parent 94fc6de78a
commit 7fb517e192

View File

@ -247,7 +247,7 @@ vector_write(size_t n, const double *v, const char *fn)
if (fp != NULL) {
vector_write_stream(n, v, fp);
}
fclose(fp);
}