Code cleanup to make formatting consistent
across all the renderscript files.
Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
diff --git a/libs/rs/rsMesh.h b/libs/rs/rsMesh.h
index 261b5a6..410b70b 100644
--- a/libs/rs/rsMesh.h
+++ b/libs/rs/rsMesh.h
@@ -26,8 +26,7 @@
// An element is a group of Components that occupies one cell in a structure.
-class Mesh : public ObjectBase
-{
+class Mesh : public ObjectBase {
public:
Mesh(Context *);
~Mesh();
@@ -79,15 +78,12 @@
uint32_t mAttribCount;
};
-class MeshContext
-{
+class MeshContext {
public:
MeshContext();
~MeshContext();
-
};
-
}
}
#endif //ANDROID_RS_TRIANGLE_MESH_H