]> git.sesse.net Git - vlc/blobdiff - src/video_output/snapshot.c
Stick to the file's coding convention.
[vlc] / 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;