[vlc-devel] commit: Stick to the file's coding convention. (Antoine Cellerier )
git version control
git at videolan.org
Tue Feb 9 19:44:00 CET 2010
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Tue Feb 9 19:45:26 2010 +0100| [b015aa3213275bfdfdeaf841daef6b6255aa274d] | committer: Antoine Cellerier
Stick to the file's coding convention.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b015aa3213275bfdfdeaf841daef6b6255aa274d
---
src/video_output/snapshot.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/video_output/snapshot.c b/src/video_output/snapshot.c
index 3829eb2..0f2c938 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;
More information about the vlc-devel
mailing list