Code cleanup to make formatting consistent
across all the renderscript files.

Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
diff --git a/rsComponent.h b/rsComponent.h
index a775051..1bb4ff4 100644
--- a/rsComponent.h
+++ b/rsComponent.h
@@ -25,8 +25,7 @@
 
 
 // An element is a group of Components that occupies one cell in a structure.
-class Component
-{
+class Component {
 public:
     Component();
     ~Component();