From e28271a3947b01a85d56b650c73b21d3e995bf8e Mon Sep 17 00:00:00 2001 From: James Zern Date: Wed, 15 Apr 2015 15:03:17 -0700 Subject: [PATCH] anim_encode: cosmetics: fix alignment Change-Id: I0a746421f5cceebbbecfb75d11d11ec5d86a1900 --- src/mux/anim_encode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mux/anim_encode.c b/src/mux/anim_encode.c index e88330ae..38dafead 100644 --- a/src/mux/anim_encode.c +++ b/src/mux/anim_encode.c @@ -1086,8 +1086,8 @@ int WebPAnimEncoderAdd(WebPAnimEncoder* enc, WebPPicture* frame, int timestamp, fprintf(stderr, "ERROR adding frame: timestamps must be non-decreasing.\n"); } - return 0; - } + return 0; + } SetPreviousDuration(enc, (int)prev_frame_duration); } else { enc->first_timestamp_ = timestamp;