Commit 9c9e6346 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Remove tabs in source code

parent 341e98d3
......@@ -213,7 +213,7 @@ struct es_out_id_t
struct es_out_sys_t
{
input_thread_t *p_input;
es_out_t *p_out;
es_out_t *p_out;
/* Configuration */
int64_t i_tmp_size_max; /* Maximal temporary file size in byte */
......
......@@ -223,7 +223,7 @@ void vlc_event_send( vlc_event_manager_t * p_em,
if( listeners_group->b_sublistener_removed )
{
/* If a callback was removed inside one of our callback, this gets
* called */
* called */
bool valid_listener;
vlc_mutex_lock( &p_em->object_lock );
valid_listener = group_contains_listener( listeners_group, cached_listener );
......
......@@ -88,9 +88,9 @@ int vlc_openat (int dir, const char *filename, int flags, ...)
if (fd != -1)
fcntl (fd, F_SETFD, FD_CLOEXEC);
#else
VLC_UNUSED (dir);
VLC_UNUSED (filename);
VLC_UNUSED (mode);
VLC_UNUSED (dir);
VLC_UNUSED (filename);
VLC_UNUSED (mode);
int fd = -1;
errno = ENOSYS;
......
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