diff libswscale/options.c @ 29481:c080f1f5c07e

Cosmetics: - Place curly brackets in the same line as while/for/if/switch/else/do; - Place curly brackets at column 0 in the next line starting a function.
author ramiro
date Sun, 16 Aug 2009 21:11:28 +0000
parents 0ee386008a40
children 2aa88c36f9fc
line wrap: on
line diff
--- a/libswscale/options.c	Sun Aug 16 00:32:04 2009 +0000
+++ b/libswscale/options.c	Sun Aug 16 21:11:28 2009 +0000
@@ -23,7 +23,8 @@
 #include "swscale.h"
 #include "swscale_internal.h"
 
-static const char * sws_context_to_name(void * ptr) {
+static const char * sws_context_to_name(void * ptr)
+{
     return "swscaler";
 }