[vlc-commits] commit: Avoid tabs ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu Mar 4 18:53:42 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Mar  4 19:43:29 2010 +0200| [7bc7544cb1676b0ae011e02532fbce6778559ac9] | committer: Rémi Denis-Courmont 

Avoid tabs

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7bc7544cb1676b0ae011e02532fbce6778559ac9
---

 src/misc/not_specific.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/misc/not_specific.c b/src/misc/not_specific.c
index 5d667b6..82a2ac3 100644
--- a/src/misc/not_specific.c
+++ b/src/misc/not_specific.c
@@ -27,16 +27,16 @@
 
 void system_Init (libvlc_int_t *libvlc, int *argc, const char *argv[])
 {
-	(void)libvlc; (void)argc; (void)argv;
+    (void)libvlc; (void)argc; (void)argv;
 }
 
 void system_Configure (libvlc_int_t *libvlc, int *argc, const char *argv[])
 {
-	(void)libvlc; (void)argc; (void)argv;
+    (void)libvlc; (void)argc; (void)argv;
 }
 
 void system_End (libvlc_int_t *libvlc)
 {
-	(void)libvlc;
+    (void)libvlc;
 }
 



More information about the vlc-commits mailing list