[libdvbpsi-devel] dr_86.h: identation

Jean-Paul Saman git at videolan.org
Tue Feb 4 11:22:00 CET 2014


libdvbpsi | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Sun Feb  2 12:22:54 2014 +0100| [114fa6be8909e90503195c8596402c31b3342128] | committer: Jean-Paul Saman

dr_86.h: identation

> http://git.videolan.org/gitweb.cgi/libdvbpsi.git/?a=commit;h=114fa6be8909e90503195c8596402c31b3342128
---

 src/descriptors/dr_86.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/descriptors/dr_86.h b/src/descriptors/dr_86.h
index b962678..f6c2330 100644
--- a/src/descriptors/dr_86.h
+++ b/src/descriptors/dr_86.h
@@ -55,7 +55,7 @@ typedef struct dvbpsi_caption_service_s
     uint16_t i_caption_service_number;
     int      b_easy_reader;
     int      b_wide_aspect_ratio;
-}dvbpsi_caption_service_t;
+} dvbpsi_caption_service_t;
 
 /*****************************************************************************
  * dvbpsi_caption_service_dr_s
@@ -74,7 +74,7 @@ typedef struct dvbpsi_caption_service_dr_s
 {
     uint8_t i_number_of_services;
     dvbpsi_caption_service_t services[0x1f];
-}dvbpsi_caption_service_dr_t;
+} dvbpsi_caption_service_dr_t;
 
 /*****************************************************************************
  * dvbpsi_DecodeCaptionServiceDr



More information about the libdvbpsi-devel mailing list