From b015aa3213275bfdfdeaf841daef6b6255aa274d Mon Sep 17 00:00:00 2001 From: Antoine Cellerier Date: Tue, 9 Feb 2010 19:45:26 +0100 Subject: [PATCH] Stick to the file's coding convention. --- src/video_output/snapshot.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.39.2