summaryrefslogtreecommitdiff
path: root/libs/hwui/debug/GlesErrorCheckWrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/debug/GlesErrorCheckWrapper.h')
-rw-r--r--libs/hwui/debug/GlesErrorCheckWrapper.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libs/hwui/debug/GlesErrorCheckWrapper.h b/libs/hwui/debug/GlesErrorCheckWrapper.h
index fd45fc0184a1..ee5cc1f46de8 100644
--- a/libs/hwui/debug/GlesErrorCheckWrapper.h
+++ b/libs/hwui/debug/GlesErrorCheckWrapper.h
@@ -27,7 +27,7 @@ public:
GlesErrorCheckWrapper(GlesDriver& base) : mBase(base) {}
#define GL_ENTRY(ret, api, ...) virtual ret api##_(__VA_ARGS__) override;
- #include "gles_decls.in"
+#include "gles_decls.in"
#undef GL_ENTRY
private:
@@ -36,6 +36,6 @@ private:
GlesDriver& mBase;
};
-} // namespace debug
-} // namespace uirenderer
-} // namespace android
+} // namespace debug
+} // namespace uirenderer
+} // namespace android