From 6393fe4b7c5dfc876147de88931057bc5ff56f15 Mon Sep 17 00:00:00 2001 From: Urvang Joshi Date: Fri, 26 Apr 2013 15:55:42 -0700 Subject: [PATCH] Cosmetic fixes Change-Id: I7d5a337077ba1d0406769190fef9b47146ed8b24 --- examples/webpmux.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/webpmux.c b/examples/webpmux.c index bed8aab4..0ba4ca76 100644 --- a/examples/webpmux.c +++ b/examples/webpmux.c @@ -173,11 +173,11 @@ static const char* ErrorString(WebPMuxError err) { } while (0) #define ERROR_GOTO3(ERR_MSG, FORMAT_STR1, FORMAT_STR2, LABEL) \ - do { \ - fprintf(stderr, ERR_MSG, FORMAT_STR1, FORMAT_STR2); \ - ok = 0; \ - goto LABEL; \ - } while (0) + do { \ + fprintf(stderr, ERR_MSG, FORMAT_STR1, FORMAT_STR2); \ + ok = 0; \ + goto LABEL; \ + } while (0) static WebPMuxError DisplayInfo(const WebPMux* mux) { uint32_t flag;