]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
satip client: cosmetic (indent)
authorJaroslav Kysela <perex@perex.cz>
Thu, 29 Nov 2018 16:49:37 +0000 (17:49 +0100)
committerJaroslav Kysela <perex@perex.cz>
Fri, 30 Nov 2018 07:47:29 +0000 (08:47 +0100)
src/input/mpegts/satip/satip_rtsp.c

index 2215ac72d4d5f1f026f32004eb607f19c8f09c9f..7e8d12a9f1dc2962cbfaaf0df82cb2b81ef53412 100644 (file)
@@ -170,7 +170,7 @@ satip_rtsp_setup( http_client_t *hc, int src, int fe,
     buf[0] = '\0';
 
   if (flags & SATIP_SETUP_FE)
-         sprintf(buf + strlen(buf), "fe=%i", fe);
+    sprintf(buf + strlen(buf), "fe=%i", fe);
 
   if (dmc->dmc_fe_delsys == DVB_SYS_DVBS ||
       dmc->dmc_fe_delsys == DVB_SYS_DVBS2) {