Fixed indentation

This commit is contained in:
Jerry (Xinyu Hou) 2015-05-22 13:10:22 -07:00
parent 625feab104
commit 36ddc4f1c1
1 changed files with 1 additions and 1 deletions

View File

@ -37,5 +37,5 @@ public:
void* eventTarget); void* eventTarget);
private: private:
static const size_t m_chunkSize; static const size_t m_chunkSize;
}; };