[vlc-devel] commit: (telx) fix identation for bools (Jean-Paul Saman )

git version control git at videolan.org
Tue Oct 14 17:05:12 CEST 2008


vlc | branch: 0.9-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Tue Oct 14 13:50:38 2008 +0200| [26bf565317611a385ca861c2e7fb68894fd53665] | committer: Jean-Paul Saman 

(telx) fix identation for bools

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=26bf565317611a385ca861c2e7fb68894fd53665
---

 modules/codec/telx.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/codec/telx.c b/modules/codec/telx.c
index 30244d2..ebcd446 100644
--- a/modules/codec/telx.c
+++ b/modules/codec/telx.c
@@ -93,15 +93,15 @@ vlc_module_end();
 struct decoder_sys_t
 {
   int         i_align;
-  bool  b_is_subtitle[9];
+  bool        b_is_subtitle[9];
   char        ppsz_lines[32][128];
   char        psz_prev_text[512];
   mtime_t     prev_pts;
   int         i_page[9];
-  bool  b_erase[9];
+  bool        b_erase[9];
   const uint16_t *  pi_active_national_set[9];
   int         i_wanted_page, i_wanted_magazine;
-  bool  b_ignore_sub_flag;
+  bool        b_ignore_sub_flag;
 };
 
 /****************************************************************************




More information about the vlc-devel mailing list