commit | 3a826f1d3d6a95e3c0f2e7fa0614dd357df6f12c | [log] [tgz] |
---|---|---|
author | clang-format <noreply@google.com> | Thu Aug 11 17:46:05 2016 -0700 |
committer | James Zern <jzern@google.com> | Fri Aug 12 12:40:41 2016 -0700 |
tree | 39d877d00ff88af639aafe691174ec45b12d73d2 | |
parent | 712e66dafa883210ad8379930be5f2250c7b4027 [diff] [blame] |
test/: apply clang-format Change-Id: I1138fbeff5f63beb5c0de2c357793da12502d453
diff --git a/test/encode_api_test.cc b/test/encode_api_test.cc index 9e99bb8..6c1d5e3 100644 --- a/test/encode_api_test.cc +++ b/test/encode_api_test.cc
@@ -24,7 +24,7 @@ &vpx_codec_vp10_cx_algo, #endif }; - uint8_t buf[1] = {0}; + uint8_t buf[1] = { 0 }; vpx_image_t img; vpx_codec_ctx_t enc; vpx_codec_enc_cfg_t cfg;