From 8719e8d14f87b6d4abcc3b22d47843dc80fafe99 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Wed, 25 Jun 2014 13:36:34 -1000 Subject: [PATCH] Minor formatting fix --- graphics/opengl/opengl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/graphics/opengl/opengl.cpp b/graphics/opengl/opengl.cpp index 6a507375fb..413a12c4f4 100644 --- a/graphics/opengl/opengl.cpp +++ b/graphics/opengl/opengl.cpp @@ -41,9 +41,9 @@ namespace graphics for (unsigned i = 0; i < names.size(); ++i) { if (i == 0) - LOG(LINFO, ("OpenGL Extensions: ", names[i])); + LOG(LINFO, ("OpenGL Extensions:", names[i])); else - LOG(LINFO, (" ", names[i])); + LOG(LINFO, (" ", names[i])); } }