commit | ed9f210568082dd6d1d8a0c92c693d574d87d545 | [log] [tgz] |
---|---|---|
author | Alex Sakhartchouk <alexst@google.com> | Tue Nov 09 17:00:54 2010 -0800 |
committer | Alex Sakhartchouk <alexst@google.com> | Wed Nov 10 11:30:51 2010 -0800 |
tree | d1b9a5c7862ac078064946a122dd89f05d88f38b | |
parent | c65347f239e0adae4fe9fad5248b69a5a6d3bbe8 [diff] [blame] |
Code cleanup to make formatting consistent across all the renderscript files. Change-Id: Idf5fcc60877e44c8f074f7176e37f70b3b895a3c
diff --git a/libs/rs/rsAllocation.h b/libs/rs/rsAllocation.h index 12cf832..f9a0fc9 100644 --- a/libs/rs/rsAllocation.h +++ b/libs/rs/rsAllocation.h
@@ -25,8 +25,7 @@ class Program; -class Allocation : public ObjectBase -{ +class Allocation : public ObjectBase { // The graphics equilivent of malloc. The allocation contains a structure of elements. public: