Commit 5c6d022d authored by Johann's avatar Johann Committed by Commit Bot

libaom: drop clang-format from cmake_update.sh

Having a local version of clang-format v7.0.1 fails due to differences
in chromium/src/.clang_format.

This is redundant anyway since it is covered by git cl format at the end
of cmake_update.sh

Change-Id: I58ae0ab1dcdda3c6c91b83e8402c6bdf05f2e106
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1610430
Auto-Submit: Johann Koenig <johannkoenig@google.com>
Reviewed-by: default avatarJames Zern <jzern@google.com>
Reviewed-by: default avatarTom Finegan <tomfinegan@chromium.org>
Commit-Queue: Johann Koenig <johannkoenig@google.com>
Cr-Commit-Position: refs/heads/master@{#659663}
parent ffc76a61
......@@ -77,7 +77,6 @@ function gen_config_files {
cp config/aom_config.{h,c,asm} "${CFG}/${1}/config/"
cp config/*_rtcd.h "${CFG}/${1}/config/"
clang-format -i "${CFG}/${1}/config/"*_rtcd.h
}
function update_readme {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment