diff stream/stream_dvb.c @ 21034:5357da9f0690

riformatted after previous commit
author nicodvb
date Sun, 19 Nov 2006 12:06:28 +0000
parents 087cad309e9c
children 6e3fb3e851ac
line wrap: on
line diff
--- a/stream/stream_dvb.c	Sun Nov 19 12:05:11 2006 +0000
+++ b/stream/stream_dvb.c	Sun Nov 19 12:06:28 2006 +0000
@@ -276,8 +276,8 @@
 		}
 		else
 		{
-		ptr->pids[ptr->pids_cnt] = 0;	//PID 0 is the PAT
-		ptr->pids_cnt++;
+			ptr->pids[ptr->pids_cnt] = 0;	//PID 0 is the PAT
+			ptr->pids_cnt++;
 		}
 		mp_msg(MSGT_DEMUX, MSGL_V, " PIDS: ");
 		for(cnt = 0; cnt < ptr->pids_cnt; cnt++)