[FFmpeg-cvslog] ffserver: rm whitespace c&p leftovers from macro

Reynaldo H. Verdejo Pinochet git at videolan.org
Sat Sep 26 02:18:21 CEST 2015


ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet <reynaldo at osg.samsung.com> | Thu Sep 24 14:12:08 2015 -0700| [5c1acf0a09b0adeed352c2f21756a07eac379fba] | committer: Reynaldo H. Verdejo Pinochet

ffserver: rm whitespace c&p leftovers from macro

Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo at osg.samsung.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5c1acf0a09b0adeed352c2f21756a07eac379fba
---

 ffserver_config.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ffserver_config.c b/ffserver_config.c
index 4cc138e..5b97b39 100644
--- a/ffserver_config.c
+++ b/ffserver_config.c
@@ -42,8 +42,8 @@ static void report_config_error(const char *filename, int line_num,
                                 int log_level, int *errors, const char *fmt,
                                 ...);
 
-#define ERROR(...)   report_config_error(config->filename, config->line_num,\
-                                         AV_LOG_ERROR, &config->errors,  __VA_ARGS__)
+#define ERROR(...) report_config_error(config->filename, config->line_num,\
+                                       AV_LOG_ERROR, &config->errors, __VA_ARGS__)
 #define WARNING(...) report_config_error(config->filename, config->line_num,\
                                          AV_LOG_WARNING, &config->warnings, __VA_ARGS__)
 



More information about the ffmpeg-cvslog mailing list