[dvblast-devel] Enforce code conventions for dvblast.c.

Christophe Massiot git at videolan.org
Mon Nov 14 23:16:14 CET 2011


dvblast | branch: master | Christophe Massiot <massiot at via.ecp.fr> | Mon Nov 14 21:04:05 2011 +0100| [05eadd7c67e27055be818f2c493a0e79048dec84] | committer: Christophe Massiot

Enforce code conventions for dvblast.c.

> http://git.videolan.org/gitweb.cgi/dvblast.git/?a=commit;h=05eadd7c67e27055be818f2c493a0e79048dec84
---

 dvblast.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dvblast.c b/dvblast.c
index 93a2dea..a0e6a5d 100644
--- a/dvblast.c
+++ b/dvblast.c
@@ -958,7 +958,7 @@ int main( int i_argc, char **pp_argv )
     srand( time(NULL) * getpid() );
 
     demux_Open();
- 
+
     // init the mrtg logfile
     mrtgInit(psz_mrtg_file);
 
@@ -998,7 +998,7 @@ int main( int i_argc, char **pp_argv )
 
         if ( i_quit_timeout && i_quit_timeout <= i_wallclock )
         {
-            switch (i_print_type) 
+            switch (i_print_type)
             {
             case PRINT_XML:
                 printf("</TS>\n");
@@ -1010,9 +1010,9 @@ int main( int i_argc, char **pp_argv )
         }
 
         p_ts = pf_Read( i_poll_timeout );
-        if ( p_ts != NULL ) 
+        if ( p_ts != NULL )
         {
-	    mrtgAnalyse(p_ts);
+            mrtgAnalyse(p_ts);
             demux_Run( p_ts );
         }
         i_poll_timeout = output_Send();



More information about the dvblast-devel mailing list