提交 4ddc35f5 编写于 作者: W wankanzhen

fix whitespace from 2 to 4

上级 6d548653
...@@ -75,7 +75,7 @@ void unbindFbo() { s_gles2.glBindFramebuffer(GL_FRAMEBUFFER, 0); } ...@@ -75,7 +75,7 @@ void unbindFbo() { s_gles2.glBindFramebuffer(GL_FRAMEBUFFER, 0); }
// } // automatically calls m_helper->teardownContext(); // } // automatically calls m_helper->teardownContext();
// //
class ScopedHelperContext { class ScopedHelperContext {
public: public:
ScopedHelperContext(ColorBuffer::Helper* helper) : mHelper(helper) { ScopedHelperContext(ColorBuffer::Helper* helper) : mHelper(helper) {
if (!helper->setupContext()) { if (!helper->setupContext()) {
mHelper = NULL; mHelper = NULL;
...@@ -93,7 +93,7 @@ class ScopedHelperContext { ...@@ -93,7 +93,7 @@ class ScopedHelperContext {
} }
} }
private: private:
ColorBuffer::Helper* mHelper; ColorBuffer::Helper* mHelper;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册