shithub: libvpx

Download patch

ref: fd7de8362d2673d778b5ca8f1ea37e550e4a33a5
parent: b87250c56ecc2fbeccb6dd7303718590a7881a2a
author: Johann <johannkoenig@google.com>
date: Thu Jan 11 10:08:25 EST 2018

clang-format v5.0.0 y4minput.c

Remove trailing empty line to keep the comment from being indented.
https://bugs.llvm.org/show_bug.cgi?id=35930

Change-Id: If0f0862623b3fa3ae49e850edbbed52c2b4c6672

--- a/y4minput.c
+++ b/y4minput.c
@@ -139,7 +139,6 @@
   Conversions which require both horizontal and vertical filtering could
    have these steps pipelined, for less memory consumption and better cache
    performance, but we do them separately for simplicity.*/
-
 #define OC_MINI(_a, _b) ((_a) > (_b) ? (_b) : (_a))
 #define OC_MAXI(_a, _b) ((_a) < (_b) ? (_b) : (_a))
 #define OC_CLAMPI(_a, _b, _c) (OC_MAXI(_a, OC_MINI(_b, _c)))