summaryrefslogtreecommitdiffstats
path: root/rsScript.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 /rsScript.h
parentb60d757354880b6a711840eb35cc381cf7172246 (diff)
downloadandroid_frameworks_rs-afb743aca56c18beb7ab924e75cb6e070ef3e55a.tar.gz
android_frameworks_rs-afb743aca56c18beb7ab924e75cb6e070ef3e55a.tar.bz2
android_frameworks_rs-afb743aca56c18beb7ab924e75cb6e070ef3e55a.zip
Code cleanup to make formatting consistent
across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
Diffstat (limited to 'rsScript.h')
-rw-r--r--rsScript.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/rsScript.h b/rsScript.h
index c73bb5ea..9b6d8a98 100644
--- a/rsScript.h
+++ b/rsScript.h
@@ -29,8 +29,7 @@ class ProgramFragment;
class ProgramRaster;
class ProgramStore;
-class Script : public ObjectBase
-{
+class Script : public ObjectBase {
public:
typedef void (* InvokeFunc_t)(void);
@@ -79,7 +78,6 @@ protected:
};
-
}
}
#endif