diff options
Diffstat (limited to 'libs/rs/rsAdapter.h')
-rw-r--r-- | libs/rs/rsAdapter.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/libs/rs/rsAdapter.h b/libs/rs/rsAdapter.h index 449e7ad..d150789 100644 --- a/libs/rs/rsAdapter.h +++ b/libs/rs/rsAdapter.h @@ -24,8 +24,7 @@ namespace android { namespace renderscript { -class Adapter1D : public ObjectBase -{ +class Adapter1D : public ObjectBase { public: // By policy this allocation will hold a pointer to the type @@ -62,8 +61,7 @@ protected: uint32_t mFace; }; -class Adapter2D : public ObjectBase -{ +class Adapter2D : public ObjectBase { public: // By policy this allocation will hold a pointer to the type @@ -97,7 +95,6 @@ protected: uint32_t mFace; }; - } } #endif |