aboutsummaryrefslogtreecommitdiff
path: root/source/rotate.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/rotate.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/rotate.cc')
-rw-r--r--source/rotate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rotate.cc b/source/rotate.cc
index 277c53b2..4330884c 100644
--- a/source/rotate.cc
+++ b/source/rotate.cc
@@ -10,8 +10,8 @@
#include "libyuv/rotate.h"
-#include "libyuv/cpu_id.h"
#include "libyuv/convert.h"
+#include "libyuv/cpu_id.h"
#include "libyuv/planar_functions.h"
#include "libyuv/rotate_row.h"
#include "libyuv/row.h"