test: apply clang-tidy google-readability-braces-around-statements
authorclang-format <noreply@google.com>
Fri, 5 Aug 2016 02:28:34 +0000 (19:28 -0700)
committerJames Zern <jzern@google.com>
Sat, 6 Aug 2016 03:02:28 +0000 (20:02 -0700)
commit9c9d92ae3a7c70adff71e04bae14a1e1394693f5
treeec34927f5e0511588cccc2920b4641b57f590d99
parent57f49db81f43df38421091eff3061ba6f9ecd9b1
test: apply clang-tidy google-readability-braces-around-statements

applied against a x86_64 configure with and without
--enable-vp9-highbitdepth

clang-tidy-3.7.1 \
  -checks='-*,google-readability-braces-around-statements' \
  -header-filter='.*' -fix
+ clang-format afterward

Change-Id: Ia2993ec64cf1eb3505d3bfb39068d9e44cfbce8d
28 files changed:
test/active_map_refresh_test.cc
test/avg_test.cc
test/blockiness_test.cc
test/convolve_test.cc
test/datarate_test.cc
test/dct16x16_test.cc
test/dct32x32_test.cc
test/decode_perf_test.cc
test/decode_test_driver.cc
test/encode_perf_test.cc
test/encode_test_driver.cc
test/error_resilience_test.cc
test/fdct4x4_test.cc
test/fdct8x8_test.cc
test/idct8x8_test.cc
test/idct_test.cc
test/keyframe_test.cc
test/partial_idct_test.cc
test/sad_test.cc
test/sixtap_predict_test.cc
test/test_libvpx.cc
test/util.h
test/video_source.h
test/vp8_fdct4x4_test.cc
test/vp9_arf_freq_test.cc
test/vp9_encoder_parms_get_to_decoder.cc
test/vp9_end_to_end_test.cc
test/yuv_video_source.h