various: fix indentation

This commit is contained in:
nanahi
2024-03-19 22:23:23 -04:00
committed by Kacper Michajłow
parent f11002cef3
commit 9f5edd4eed
24 changed files with 353 additions and 353 deletions

View File

@@ -28,9 +28,9 @@
static int
mf_stream_open (stream_t *stream)
{
stream->demuxer = "mf";
stream->demuxer = "mf";
return STREAM_OK;
return STREAM_OK;
}
const stream_info_t stream_info_mf = {