commit | 05a2ac2872a8d7c5437bcce1b0828e20b4bb0eb4 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Fri Jun 26 11:10:28 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Jun 26 11:10:28 2015 -0700 |
tree | 1d2ae45f13c71b0e74312a491427f176791ffba0 | |
parent | 4e7956147ddc8fa9747064a1df9ecfa2983b19b4 [diff] |
Add extra braces for uintNNxMx4_t initializers. These structs are always implemented as struct uintNNxMx4_t { uintNNxM val[4]; }; So, the first set of braces is for the struct, the second for val. BUG=skia: Review URL: https://codereview.chromium.org/1221453002