[vlc-commits] demux: mock: Remove trailing whitespaces
Hugo Beauzée-Luyssen
git at videolan.org
Tue Sep 24 14:34:18 CEST 2019
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Sep 24 14:10:38 2019 +0200| [d8b25b7a69c684a368885ea6ff0e8a632c9876bd] | committer: Hugo Beauzée-Luyssen
demux: mock: Remove trailing whitespaces
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d8b25b7a69c684a368885ea6ff0e8a632c9876bd
---
modules/demux/mock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/mock.c b/modules/demux/mock.c
index 1869c9ee52..7c16b52850 100644
--- a/modules/demux/mock.c
+++ b/modules/demux/mock.c
@@ -599,7 +599,7 @@ DemuxAudio(demux_t *demux, vlc_tick_t step_length, vlc_tick_t end_pts)
if (ret != VLC_SUCCESS)
return ret;
}
- sys->audio_pts += step_length;
+ sys->audio_pts += step_length;
}
return VLC_SUCCESS;
}
More information about the vlc-commits
mailing list