[12069] Cleanup comment style

This commit is contained in:
Schmoozerd 2012-07-22 02:54:31 +02:00
parent 5efb3867f5
commit 835d1c7479
205 changed files with 2835 additions and 2835 deletions

View file

@ -165,14 +165,14 @@ char* DBCFileLoader::AutoProduceData(const char* format, uint32& records, char**
if (strlen(format) != fieldCount)
return NULL;
//get struct size and index pos
// get struct size and index pos
int32 i;
uint32 recordsize = GetFormatRecordSize(format, &i);
if (i >= 0)
{
uint32 maxi = 0;
//find max index
// find max index
for (uint32 y = 0; y < recordCount; ++y)
{
uint32 ind = getRecord(y).getUInt(i);