diff options
author | Thomas White <taw@physics.org> | 2012-03-13 13:56:16 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-13 15:00:40 +0100 |
commit | 5357af3607a844fe403bc83a87ea8bae74067bbb (patch) | |
tree | 1b9e26e0bbd65e748f58b61d726df7260e06c880 | |
parent | b85be4dadff2ae755c368400d15318258d0428a5 (diff) |
Formatting
-rw-r--r-- | libcrystfel/src/stream.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index 0b6765fb..81f4d722 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -481,7 +481,9 @@ int skip_some_files(FILE *fh, int n) return 1; } -int is_stream(const char *filename) { + +int is_stream(const char *filename) +{ FILE *fh; char line[1024]; char *rval = NULL; |