summaryrefslogtreecommitdiff
path: root/rsProgram.h
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2010-11-09 17:00:54 -0800
committerAlex Sakhartchouk <alexst@google.com>2010-11-10 11:30:51 -0800
commitafb743aca56c18beb7ab924e75cb6e070ef3e55a (patch)
tree9c2683d418230dd7cb53e667cdd876e617bb3d27 /rsProgram.h
parentb60d757354880b6a711840eb35cc381cf7172246 (diff)
downloadrs-afb743aca56c18beb7ab924e75cb6e070ef3e55a.tar.gz
Code cleanup to make formatting consistent
across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
Diffstat (limited to 'rsProgram.h')
-rw-r--r--rsProgram.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/rsProgram.h b/rsProgram.h
index 46692fdc..b682b977 100644
--- a/rsProgram.h
+++ b/rsProgram.h
@@ -29,8 +29,7 @@ class ShaderCache;
#define RS_SHADER_ATTR "ATTRIB_"
#define RS_SHADER_UNI "UNI_"
-class Program : public ObjectBase
-{
+class Program : public ObjectBase {
public:
Program(Context *);
@@ -110,8 +109,6 @@ protected:
bool loadShader(Context *, uint32_t type);
};
-
-
}
}
#endif