aboutsummaryrefslogtreecommitdiff
path: root/src/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.c')
-rw-r--r--src/stream.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stream.c b/src/stream.c
index 260504da..f0c56111 100644
--- a/src/stream.c
+++ b/src/stream.c
@@ -89,7 +89,6 @@ int parse_stream_flags(const char *a)
free(flags);
return ret;
-
}
@@ -183,7 +182,6 @@ static int read_reflections(FILE *fh, struct image *image)
/* Got read error of some kind before finding PEAK_LIST_END_MARKER */
return 1;
-
}