commit | afb743aca56c18beb7ab924e75cb6e070ef3e55a | [log] [tgz] |
---|---|---|
author | Alex Sakhartchouk <[email protected]> | Tue Nov 09 17:00:54 2010 -0800 |
committer | Alex Sakhartchouk <[email protected]> | Wed Nov 10 11:30:51 2010 -0800 |
tree | 9c2683d418230dd7cb53e667cdd876e617bb3d27 | |
parent | b60d757354880b6a711840eb35cc381cf7172246 [diff] [blame] |
Code cleanup to make formatting consistent across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
diff --git a/rsElement.h b/rsElement.h index 506a530..26e2760 100644 --- a/rsElement.h +++ b/rsElement.h
@@ -25,10 +25,8 @@ namespace android { namespace renderscript { - // An element is a group of Components that occupies one cell in a structure. -class Element : public ObjectBase -{ +class Element : public ObjectBase { public: ~Element();