Commit edcb64bc authored by Jean-Paul Saman's avatar Jean-Paul Saman

tables/bat.h: cleanup indentation.

parent ab5ab39a
...@@ -89,14 +89,14 @@ typedef struct dvbpsi_bat_ts_s ...@@ -89,14 +89,14 @@ typedef struct dvbpsi_bat_ts_s
*/ */
typedef struct dvbpsi_bat_s typedef struct dvbpsi_bat_s
{ {
uint16_t i_bouquet_id; /*!< bouquet_id */ uint16_t i_bouquet_id; /*!< bouquet_id */
uint8_t i_version; /*!< version_number */ uint8_t i_version; /*!< version_number */
bool b_current_next; /*!< current_next_indicator */ bool b_current_next; /*!< current_next_indicator */
dvbpsi_descriptor_t * p_first_descriptor; /*!< descriptor list */ dvbpsi_descriptor_t * p_first_descriptor; /*!< descriptor list */
dvbpsi_bat_ts_t * p_first_ts; /*!< transport stream description dvbpsi_bat_ts_t * p_first_ts; /*!< transport stream
list */ description list */
} dvbpsi_bat_t; } dvbpsi_bat_t;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment