]> git.sesse.net Git - vlc/commitdiff
Stick to the file's coding convention.
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 9 Feb 2010 18:45:26 +0000 (19:45 +0100)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 9 Feb 2010 18:45:26 +0000 (19:45 +0100)
src/video_output/snapshot.c

index 3829eb27106099349cfbdeefcbf48467ab587d60..0f2c93817574b013322e03f6b419fd33d4345590 100644 (file)
@@ -152,8 +152,7 @@ int vout_snapshot_SaveImage(char **name, int *sequential,
             prefix = str_format(object, cfg->prefix_fmt);
         if (prefix)
             filename_sanitize(prefix);
-        else
-        {
+        else {
             prefix = strdup("vlcsnap-");
             if (!prefix)
                 goto error;