summaryrefslogtreecommitdiff
path: root/libs/rs/rsScript.h
diff options
context:
space:
mode:
author Alex Sakhartchouk <alexst@google.com> 2010-11-09 17:00:54 -0800
committer Alex Sakhartchouk <alexst@google.com> 2010-11-10 11:30:51 -0800
commited9f210568082dd6d1d8a0c92c693d574d87d545 (patch)
treed1b9a5c7862ac078064946a122dd89f05d88f38b /libs/rs/rsScript.h
parentc65347f239e0adae4fe9fad5248b69a5a6d3bbe8 (diff)
Code cleanup to make formatting consistent
across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
Diffstat (limited to 'libs/rs/rsScript.h')
-rw-r--r--libs/rs/rsScript.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/rs/rsScript.h b/libs/rs/rsScript.h
index c73bb5ea15bf..9b6d8a983eba 100644
--- a/libs/rs/rsScript.h
+++ b/libs/rs/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