Replace tabs with spaces.

This commit is contained in:
castano
2010-06-24 07:17:36 +00:00
parent 39c291e2a6
commit 528b93ab14
2 changed files with 1117 additions and 1115 deletions

View File

@ -239,11 +239,13 @@ static bool endpts_fit(const IntEndpts orig[NREGIONS_TWO], const ComprEndpts com
decompress_endpts(compressed, uncompressed, p);
for (int j=0; j<NREGIONS_TWO; ++j)
{
for (int i=0; i<NCHANNELS; ++i)
{
if (orig[j].A[i] != uncompressed[j].A[i]) return false;
if (orig[j].B[i] != uncompressed[j].B[i]) return false;
}
}
return true;
}