Minor formatting fix

This commit is contained in:
Alex Zolotarev 2014-06-25 13:36:34 -10:00 committed by Alex Zolotarev
parent 5770ac878f
commit 8719e8d14f

View file

@ -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]));
}
}