From 6d2abecfe7a73d04904a9a343954dbe9012ebab7 Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Mon, 11 Mar 2013 22:05:12 -0700 Subject: [PATCH] Replaced spaces with tabs. --- src/glcontext_nsgl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glcontext_nsgl.h b/src/glcontext_nsgl.h index 9474ced2..e779c834 100755 --- a/src/glcontext_nsgl.h +++ b/src/glcontext_nsgl.h @@ -13,7 +13,7 @@ namespace bgfx struct GlContext { GlContext() - : m_context(0) + : m_context(0) { }