Index: source/planar_functions.cc |
diff --git a/source/planar_functions.cc b/source/planar_functions.cc |
index 851c0fea911386d38373adae36038a6156024006..73fa7d284af31478d1f4667e8c02b572f16ce6fe 100644 |
--- a/source/planar_functions.cc |
+++ b/source/planar_functions.cc |
@@ -1917,8 +1917,7 @@ int InterpolatePlane(const uint8* src0, int src_stride0, |
#endif |
for (y = 0; y < height; ++y) { |
- InterpolateRow(dst, src0, src1 - src0, |
- width, interpolation); |
+ InterpolateRow(dst, src0, src1 - src0, width, interpolation); |
src0 += src_stride0; |
src1 += src_stride1; |
dst += dst_stride; |