[vlc-commits] Remove tabs in source code
Jean-Baptiste Kempf
git at videolan.org
Thu Nov 5 10:00:14 CET 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Nov 5 10:00:01 2015 +0100| [9c9e634693b6434493442fed56ed056020808bc9] | committer: Jean-Baptiste Kempf
Remove tabs in source code
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c9e634693b6434493442fed56ed056020808bc9
---
src/input/es_out_timeshift.c | 2 +-
src/misc/events.c | 2 +-
src/posix/filesystem.c | 6 +++---
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/input/es_out_timeshift.c b/src/input/es_out_timeshift.c
index 33a965e..befc1b7 100644
--- a/src/input/es_out_timeshift.c
+++ b/src/input/es_out_timeshift.c
@@ -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 */
diff --git a/src/misc/events.c b/src/misc/events.c
index 81f901e..d924108 100644
--- a/src/misc/events.c
+++ b/src/misc/events.c
@@ -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 );
diff --git a/src/posix/filesystem.c b/src/posix/filesystem.c
index 9cf6876..0bced24 100644
--- a/src/posix/filesystem.c
+++ b/src/posix/filesystem.c
@@ -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;
More information about the vlc-commits
mailing list