]> git.sesse.net Git - vlc/commitdiff
darwin_specific: Fix coding style (sick).
authorPierre d'Herbemont <pdherbemont@free.fr>
Sun, 24 Jan 2010 16:58:49 +0000 (17:58 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Sun, 24 Jan 2010 16:58:49 +0000 (17:58 +0100)
src/misc/darwin_specific.c

index 91e1a05469119b446530e8f3dd6eccd4557e5958..4ab65248ead3a84e5a9f265effe1b96cd8237038 100644 (file)
@@ -80,7 +80,8 @@ void system_Init( libvlc_int_t *p_this, int *pi_argc, const char *ppsz_argv[] )
             else
                 p_char = NULL;
         }
-        else {
+        else
+        {
             size_t len = strlen(psz_img_name);
             /* Do we end by "VLC"? If so we are the legacy VLC.app that doesn't
              * link to VLCKit. */