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 | ed9f210568082dd6d1d8a0c92c693d574d87d545 (patch) | |
| tree | d1b9a5c7862ac078064946a122dd89f05d88f38b /libs/rs/rsProgramStore.h | |
| parent | c65347f239e0adae4fe9fad5248b69a5a6d3bbe8 (diff) | |
| download | frameworks_base-ed9f210568082dd6d1d8a0c92c693d574d87d545.zip frameworks_base-ed9f210568082dd6d1d8a0c92c693d574d87d545.tar.gz frameworks_base-ed9f210568082dd6d1d8a0c92c693d574d87d545.tar.bz2 | |
Code cleanup to make formatting consistent
across all the renderscript files.
Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
Diffstat (limited to 'libs/rs/rsProgramStore.h')
| -rw-r--r-- | libs/rs/rsProgramStore.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libs/rs/rsProgramStore.h b/libs/rs/rsProgramStore.h index 95bcf3c..f8eb7cf 100644 --- a/libs/rs/rsProgramStore.h +++ b/libs/rs/rsProgramStore.h @@ -26,8 +26,7 @@ namespace renderscript { class ProgramStoreState; -class ProgramStore : public Program -{ +class ProgramStore : public Program { public: ProgramStore(Context *); virtual ~ProgramStore(); @@ -64,8 +63,7 @@ protected: bool mStencilTestEnable; }; -class ProgramStoreState -{ +class ProgramStoreState { public: ProgramStoreState(); ~ProgramStoreState(); @@ -79,7 +77,6 @@ public: ProgramStore *mPFS; }; - } } #endif |
