diff --git a/src/glcontext_html5.cpp b/src/glcontext_html5.cpp
index 4956a7959..ee1265691 100644
--- a/src/glcontext_html5.cpp
+++ b/src/glcontext_html5.cpp
@@ -86,7 +86,7 @@ namespace bgfx { namespace gl
}
else
{
- m_primary = createSwapChain((void*)canvas, (int)_width, (int)_height) );
+ m_primary = createSwapChain((void*)canvas, (int)_width, (int)_height);
}
if (0 != _width