forked from organicmaps/organicmaps
Review fixes.
This commit is contained in:
parent
ce1f300e99
commit
9a288b3190
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ struct TestData
|
|||
|
||||
va_list ap;
|
||||
va_start(ap, resCount);
|
||||
for(size_t i = 0; i < resCount; ++i)
|
||||
for (size_t i = 0; i < resCount; ++i)
|
||||
{
|
||||
uint16_t const pos = va_arg(ap, int);
|
||||
uint16_t const len = va_arg(ap, int);
|
||||
|
|
Loading…
Add table
Reference in a new issue