Browse Source

Replaced spaces with tabs.

bkaradzic 12 years ago
parent
commit
6d2abecfe7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/glcontext_nsgl.h

+ 1 - 1
src/glcontext_nsgl.h

@@ -13,7 +13,7 @@ namespace bgfx
 	struct GlContext
 	{
 		GlContext()
-        : m_context(0)
+			: m_context(0)
 		{
 		}