summaryrefslogtreecommitdiff
path: root/vp8/decoder/onyxd_int.h
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2018-01-12 09:12:42 -0800
committerJohann <johannkoenig@google.com>2018-01-18 12:37:58 -0800
commitf95bf1db50cdffde0d37eeb768a9955fc423684c (patch)
tree7d7277d753ad7927c762273bdfd239fbd788cda4 /vp8/decoder/onyxd_int.h
parent97acbbb7018deef26a52a929e61367aba5bc5118 (diff)
downloadlibvpx-f95bf1db50cdffde0d37eeb768a9955fc423684c.tar
libvpx-f95bf1db50cdffde0d37eeb768a9955fc423684c.tar.gz
libvpx-f95bf1db50cdffde0d37eeb768a9955fc423684c.tar.bz2
libvpx-f95bf1db50cdffde0d37eeb768a9955fc423684c.zip
clang-format v5.0.0 vp8/
Allow*OnASingleLine appears to no longer apply to typedef structs. Adjust closing parenthesis/opening brace on functions. Remove trailing commas to keep multiple elements on one line. Change-Id: I6e535a8ddb15c9b3de8216ce8ddb2a18241af46c
Diffstat (limited to 'vp8/decoder/onyxd_int.h')
-rw-r--r--vp8/decoder/onyxd_int.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/vp8/decoder/onyxd_int.h b/vp8/decoder/onyxd_int.h
index 5ecacdbb9..3689258f1 100644
--- a/vp8/decoder/onyxd_int.h
+++ b/vp8/decoder/onyxd_int.h
@@ -31,7 +31,9 @@ typedef struct {
void *ptr2;
} DECODETHREAD_DATA;
-typedef struct { MACROBLOCKD mbd; } MB_ROW_DEC;
+typedef struct {
+ MACROBLOCKD mbd;
+} MB_ROW_DEC;
typedef struct {
int enabled;