[vlc-commits] [Git][videolan/vlc][master] SRT: remove tabs in source code
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Nov 11 15:12:01 UTC 2023
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
df6394ea by Jean-Baptiste Kempf at 2023-11-11T14:54:36+00:00
SRT: remove tabs in source code
- - - - -
1 changed file:
- modules/access/srt.c
Changes:
=====================================
modules/access/srt.c
=====================================
@@ -144,11 +144,11 @@ static bool srt_schedule_reconnect(stream_t *p_stream)
passphrase_needs_free = false;
psz_passphrase = (char *) params.passphrase;
}
- if (params.streamid != NULL ) {
- free( psz_streamid );
- streamid_needs_free = false;
- psz_streamid = (char *) params.streamid;
- }
+ if (params.streamid != NULL ) {
+ free( psz_streamid );
+ streamid_needs_free = false;
+ psz_streamid = (char *) params.streamid;
+ }
}
}
@@ -217,7 +217,7 @@ out:
if (passphrase_needs_free)
free( psz_passphrase );
if (streamid_needs_free)
- free( psz_streamid );
+ free( psz_streamid );
freeaddrinfo( res );
free( url );
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/df6394ea8003e035a281b6818e6432c7d492ed2f
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/df6394ea8003e035a281b6818e6432c7d492ed2f
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list