aboutsummaryrefslogtreecommitdiff
path: root/source/convert_from.cc
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2017-03-08 09:49:02 -0800
committerCommit Bot <commit-bot@chromium.org>2017-03-08 18:50:12 +0000
commit73a603e1204e6eed1eeb1448051b8099aa67cf71 (patch)
tree6253cd6d67ba5c8a07f7087e542b27a7e3f9d718 /source/convert_from.cc
parent27acadbf9d59efb39c8f644ab8d24c7b3b290f63 (diff)
downloadlibyuv-73a603e1204e6eed1eeb1448051b8099aa67cf71.tar.gz
clang-format 5.0 applied to libyuv
BUG=None TEST=try bots and lint test Change-Id: I1ab462adf2d309117862c5eb4b244a61ae202951 Reviewed-on: https://chromium-review.googlesource.com/450658 Commit-Queue: Frank Barchard <fbarchard@google.com> Reviewed-by: Henrik Kjellander <kjellander@chromium.org>
Diffstat (limited to 'source/convert_from.cc')
-rw-r--r--source/convert_from.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/convert_from.cc b/source/convert_from.cc
index e6ff5243..ab5afc06 100644
--- a/source/convert_from.cc
+++ b/source/convert_from.cc
@@ -15,9 +15,9 @@
#include "libyuv/cpu_id.h"
#include "libyuv/planar_functions.h"
#include "libyuv/rotate.h"
+#include "libyuv/row.h"
#include "libyuv/scale.h" // For ScalePlane()
#include "libyuv/video_common.h"
-#include "libyuv/row.h"
#ifdef __cplusplus
namespace libyuv {