[libdvbpsi-devel] [Git][videolan/libdvbpsi][master] sis.c: use proper indentation otherwise it may be misleading

Jean-Paul Saman (@jpsaman) gitlab at videolan.org
Thu Nov 21 11:55:57 UTC 2024



Jean-Paul Saman pushed to branch master at VideoLAN / libdvbpsi


Commits:
5c8a61e0 by Jean-Paul Saman at 2024-11-21T12:41:54+01:00
sis.c: use proper indentation otherwise it may be misleading

- - - - -


1 changed file:

- src/tables/sis.c


Changes:

=====================================
src/tables/sis.c
=====================================
@@ -852,7 +852,7 @@ void dvbpsi_sis_sections_decode(dvbpsi_t* p_dvbpsi, dvbpsi_sis_t* p_sis,
                     if (!p_sis->p_splice_command)
                         dvbpsi_error(p_dvbpsi, "SIS decoder",
                                      "time_signal command is invalid");
-                        break;
+                    break;
                 case 0x07: /* bandwidth_reservation */
                     break;
                 default:



View it on GitLab: https://code.videolan.org/videolan/libdvbpsi/-/commit/5c8a61e03a8dc6d4489800b1e91e9d37485b5bcf

-- 
View it on GitLab: https://code.videolan.org/videolan/libdvbpsi/-/commit/5c8a61e03a8dc6d4489800b1e91e9d37485b5bcf
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the libdvbpsi-devel mailing list