diff options
| author | Alex Sakhartchouk <alexst@google.com> | 2010-11-09 17:00:54 -0800 |
|---|---|---|
| committer | Alex Sakhartchouk <alexst@google.com> | 2010-11-10 11:30:51 -0800 |
| commit | afb743aca56c18beb7ab924e75cb6e070ef3e55a (patch) | |
| tree | 9c2683d418230dd7cb53e667cdd876e617bb3d27 /rsScript.h | |
| parent | b60d757354880b6a711840eb35cc381cf7172246 (diff) | |
| download | android_frameworks_rs-afb743aca56c18beb7ab924e75cb6e070ef3e55a.tar.gz android_frameworks_rs-afb743aca56c18beb7ab924e75cb6e070ef3e55a.tar.bz2 android_frameworks_rs-afb743aca56c18beb7ab924e75cb6e070ef3e55a.zip | |
Code cleanup to make formatting consistent
across all the renderscript files.
Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
Diffstat (limited to 'rsScript.h')
| -rw-r--r-- | rsScript.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -29,8 +29,7 @@ class ProgramFragment; class ProgramRaster; class ProgramStore; -class Script : public ObjectBase -{ +class Script : public ObjectBase { public: typedef void (* InvokeFunc_t)(void); @@ -79,7 +78,6 @@ protected: }; - } } #endif |
