From: Antoine Cellerier Date: Tue, 9 Feb 2010 18:45:26 +0000 (+0100) Subject: Stick to the file's coding convention. X-Git-Tag: 1.1.0-ff~249 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b015aa3213275bfdfdeaf841daef6b6255aa274d;p=vlc Stick to the file's coding convention. --- diff --git a/src/video_output/snapshot.c b/src/video_output/snapshot.c index 3829eb2710..0f2c938175 100644 --- a/src/video_output/snapshot.c +++ b/src/video_output/snapshot.c @@ -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;