From 689790cbdbb89af0adfdfeaa68bf23f88978711f Mon Sep 17 00:00:00 2001 From: Tyrann Date: Tue, 5 Sep 2006 20:57:21 +0930 Subject: [PATCH] [PATCH 2/3] qbsp: consistently use newline at EOF Signed-off-by: Tyrann --- qbsp/file.cpp | 2 +- qbsp/file.h | 2 +- qbsp/parser.cpp | 2 +- qbsp/parser.h | 2 +- qbsp/qbsp.c | 2 +- qbsp/qbsp.h | 2 +- qbsp/wad.cpp | 2 +- qbsp/wad.h | 2 +- qbsp/warnerr.h | 2 +- qbsp/winding.c | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/qbsp/file.cpp b/qbsp/file.cpp index 627faf34..ddfc4a5f 100644 --- a/qbsp/file.cpp +++ b/qbsp/file.cpp @@ -194,4 +194,4 @@ int File::Length(void) fseek(fp, cCur, SEEK_SET); return cEnd; -} \ No newline at end of file +} diff --git a/qbsp/file.h b/qbsp/file.h index 78b5acf9..bc00ed82 100644 --- a/qbsp/file.h +++ b/qbsp/file.h @@ -50,4 +50,4 @@ private: int Length(void); }; -#endif \ No newline at end of file +#endif diff --git a/qbsp/parser.cpp b/qbsp/parser.cpp index 24648655..1578b2d1 100644 --- a/qbsp/parser.cpp +++ b/qbsp/parser.cpp @@ -120,4 +120,4 @@ UngetToken void Parser::UngetToken () { fUnget = true; -} \ No newline at end of file +} diff --git a/qbsp/parser.h b/qbsp/parser.h index bea0b1fa..ae49b5c4 100644 --- a/qbsp/parser.h +++ b/qbsp/parser.h @@ -40,4 +40,4 @@ private: char *pScript; int iLineNum; char szToken[MAXTOKEN]; -}; \ No newline at end of file +}; diff --git a/qbsp/qbsp.c b/qbsp/qbsp.c index 6553b772..1fefafcb 100644 --- a/qbsp/qbsp.c +++ b/qbsp/qbsp.c @@ -561,4 +561,4 @@ int main (int argc, char **argv) LogFile.Close(); return 0; -} \ No newline at end of file +} diff --git a/qbsp/qbsp.h b/qbsp/qbsp.h index 6ab6a151..d9384289 100644 --- a/qbsp/qbsp.h +++ b/qbsp/qbsp.h @@ -684,4 +684,4 @@ extern void Message(int MsgType, ...); extern File LogFile; -#endif \ No newline at end of file +#endif diff --git a/qbsp/wad.cpp b/qbsp/wad.cpp index 8be2e2a1..1e11fdd7 100644 --- a/qbsp/wad.cpp +++ b/qbsp/wad.cpp @@ -274,4 +274,4 @@ void WAD::AddAnimatingTextures (void) } Message(msgStat, "%5i texture frames added", cMiptex - base); -} \ No newline at end of file +} diff --git a/qbsp/wad.h b/qbsp/wad.h index a75e912a..703b0956 100644 --- a/qbsp/wad.h +++ b/qbsp/wad.h @@ -67,4 +67,4 @@ private: void InitWadFile(void); int LoadLump(char *szName, byte *pDest); void AddAnimatingTextures(void); -}; \ No newline at end of file +}; diff --git a/qbsp/warnerr.h b/qbsp/warnerr.h index 0b491530..78abe5c6 100644 --- a/qbsp/warnerr.h +++ b/qbsp/warnerr.h @@ -110,4 +110,4 @@ enum { errLowLeakCount, errTooManyClipnodes, cErrors // 60 -}; \ No newline at end of file +}; diff --git a/qbsp/winding.c b/qbsp/winding.c index 31ff5d30..810c37d7 100644 --- a/qbsp/winding.c +++ b/qbsp/winding.c @@ -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; -} \ No newline at end of file +}