From 5357af3607a844fe403bc83a87ea8bae74067bbb Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 13 Mar 2012 13:56:16 +0100 Subject: Formatting --- libcrystfel/src/stream.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3