Add extra braces for uintNNxMx4_t initializers.
authormtklein <mtklein@chromium.org>
Fri, 26 Jun 2015 18:10:28 +0000 (11:10 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 26 Jun 2015 18:10:28 +0000 (11:10 -0700)
commit05a2ac2872a8d7c5437bcce1b0828e20b4bb0eb4
tree1d2ae45f13c71b0e74312a491427f176791ffba0
parent4e7956147ddc8fa9747064a1df9ecfa2983b19b4
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
src/opts/SkUtils_opts_arm_neon.cpp