Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other things)
svn-id: r44495
This commit is contained in:
parent
25dde91c7c
commit
8ba75fc522
90 changed files with 694 additions and 709 deletions
|
@ -147,7 +147,7 @@ static void createTableFile(TableFile *tf) {
|
|||
writeUint32BE(out, CURRENT_VERSION);
|
||||
/* write tables */
|
||||
offset = 4 + 4;
|
||||
for(i = 0; i < tf->dataFileEntriesTableCount; ++i) {
|
||||
for (i = 0; i < tf->dataFileEntriesTableCount; ++i) {
|
||||
const DataFileEntriesTable *dfet = &tf->dataFileEntriesTable[i];
|
||||
/* write number of entries in table */
|
||||
writeUint16BE(out, dfet->fileEntriesCount);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue