]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
subscriptions: indent fix
authorJaroslav Kysela <perex@perex.cz>
Fri, 7 Apr 2017 15:57:23 +0000 (17:57 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 7 Apr 2017 15:57:23 +0000 (17:57 +0200)
src/subscriptions.c

index a061f32a86796c9cee6687b9ef278437b3498c4d..a54a69217a885c3f29b2b5bdaa9e836630b1add1 100644 (file)
@@ -592,7 +592,7 @@ subscription_input(void *opaque, streaming_message_t *sm)
           streaming_msg_free(sm);
           return;
         }
-  }
+    }
 
     if(sm->sm_type == SMT_SERVICE_STATUS &&
        (sm->sm_code & TSS_PACKETS)) {