| commit | 67948d312df615ec4ea65b8a8e8b82171371f725 | [log] [tgz] |
|---|---|---|
| author | clang-format <noreply@google.com> | Wed Sep 07 22:40:40 2016 -0700 |
| committer | James Zern <jzern@google.com> | Thu Sep 15 16:41:21 2016 -0700 |
| tree | e974c17fcca7a7192fbd8a77af9120bc35058624 | |
| parent | 964a717acfba22d51933433b39ce3e8db3775a37 [diff] [blame] |
apply clang-format Change-Id: If22018f8911d9d7ee99c2127bdfcc56e42b0e2d7
diff --git a/av1/encoder/ratectrl.c b/av1/encoder/ratectrl.c index 59e2f1c..cbc5173 100644 --- a/av1/encoder/ratectrl.c +++ b/av1/encoder/ratectrl.c
@@ -60,7 +60,7 @@ #else #define ASSIGN_MINQ_TABLE(bit_depth, name) \ do { \ - (void) bit_depth; \ + (void)bit_depth; \ name = name##_8; \ } while (0) #endif