[PATCH 2/3] qbsp: consistently use newline at EOF

Signed-off-by: Tyrann <tyrann@disenchant.net>
This commit is contained in:
Tyrann 2006-09-05 20:57:21 +09:30
parent 950c8ab0de
commit 689790cbdb
10 changed files with 10 additions and 10 deletions

View File

@ -194,4 +194,4 @@ int File::Length(void)
fseek(fp, cCur, SEEK_SET);
return cEnd;
}
}

View File

@ -50,4 +50,4 @@ private:
int Length(void);
};
#endif
#endif

View File

@ -120,4 +120,4 @@ UngetToken
void Parser::UngetToken ()
{
fUnget = true;
}
}

View File

@ -40,4 +40,4 @@ private:
char *pScript;
int iLineNum;
char szToken[MAXTOKEN];
};
};

View File

@ -561,4 +561,4 @@ int main (int argc, char **argv)
LogFile.Close();
return 0;
}
}

View File

@ -684,4 +684,4 @@ extern void Message(int MsgType, ...);
extern File LogFile;
#endif
#endif

View File

@ -274,4 +274,4 @@ void WAD::AddAnimatingTextures (void)
}
Message(msgStat, "%5i texture frames added", cMiptex - base);
}
}

View File

@ -67,4 +67,4 @@ private:
void InitWadFile(void);
int LoadLump(char *szName, byte *pDest);
void AddAnimatingTextures(void);
};
};

View File

@ -110,4 +110,4 @@ enum {
errLowLeakCount,
errTooManyClipnodes,
cErrors // 60
};
};

View File

@ -364,4 +364,4 @@ void MidpointWinding(winding_t *w, vec3_t v)
if (w->numpoints > 0)
for (j=0; j<3; j++)
v[j] /= w->numpoints;
}
}