Commit 6385f477 authored by Matthieu Boutier's avatar Matthieu Boutier Committed by Juliusz Chroboczek

Fix indentation.

parent 205c61d6
...@@ -330,7 +330,7 @@ route_stream(int installed) ...@@ -330,7 +330,7 @@ route_stream(int installed)
stream = malloc(sizeof(struct route_stream)); stream = malloc(sizeof(struct route_stream));
if(stream == NULL) if(stream == NULL)
return NULL; return NULL;
stream->installed = installed; stream->installed = installed;
stream->index = installed ? 0 : -1; stream->index = installed ? 0 : -1;
......
...@@ -136,7 +136,7 @@ xroute_stream() ...@@ -136,7 +136,7 @@ xroute_stream()
{ {
struct xroute_stream *stream = malloc(sizeof(struct xroute_stream)); struct xroute_stream *stream = malloc(sizeof(struct xroute_stream));
if(stream == NULL) if(stream == NULL)
return NULL; return NULL;
stream->index = 0; stream->index = 0;
return stream; return stream;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment