aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcrystfel/src/stream.c4
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;