diff options
author | 2010-11-09 17:00:54 -0800 | |
---|---|---|
committer | 2010-11-10 11:30:51 -0800 | |
commit | ed9f210568082dd6d1d8a0c92c693d574d87d545 (patch) | |
tree | d1b9a5c7862ac078064946a122dd89f05d88f38b /libs/rs/rsMatrix.h | |
parent | c65347f239e0adae4fe9fad5248b69a5a6d3bbe8 (diff) |
Code cleanup to make formatting consistent
across all the renderscript files.
Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
Diffstat (limited to 'libs/rs/rsMatrix.h')
-rw-r--r-- | libs/rs/rsMatrix.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/libs/rs/rsMatrix.h b/libs/rs/rsMatrix.h index 11ce42eb4a86..4130b8e5afd4 100644 --- a/libs/rs/rsMatrix.h +++ b/libs/rs/rsMatrix.h @@ -23,8 +23,7 @@ namespace android { namespace renderscript { -struct Matrix -{ +struct Matrix { float m[16]; inline float get(int i, int j) const { @@ -69,13 +68,8 @@ struct Matrix tmp.loadTranslate(x, y, z); multiply(&tmp); } - - - }; - - } } |