Commit 7bc7544c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Avoid tabs

parent 144ef905
...@@ -27,16 +27,16 @@ ...@@ -27,16 +27,16 @@
void system_Init (libvlc_int_t *libvlc, int *argc, const char *argv[]) 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 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 system_End (libvlc_int_t *libvlc)
{ {
(void)libvlc; (void)libvlc;
} }
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