forked from organicmaps/organicmaps
Minor formatting fix
This commit is contained in:
parent
5770ac878f
commit
8719e8d14f
1 changed files with 2 additions and 2 deletions
|
@ -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]));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue