From 3700fda0e843fca5c7eab5565b3dea3c1763d31b Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Tue, 5 Aug 2008 23:45:03 +0000 Subject: [PATCH] - Added newlines to the ends of two files that lost theirs. SVN r1115 (trunk) --- src/codepointers.h | 2 +- src/g_hexen/a_clericholy.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/codepointers.h b/src/codepointers.h index b51a8f9ca2..44a5efa372 100644 --- a/src/codepointers.h +++ b/src/codepointers.h @@ -274,4 +274,4 @@ ACTOR(DropFire) // Special code pointers for bridge things ACTOR(BridgeInit) -ACTOR(BridgeOrbit) \ No newline at end of file +ACTOR(BridgeOrbit) diff --git a/src/g_hexen/a_clericholy.cpp b/src/g_hexen/a_clericholy.cpp index 6c19c8de22..308c5ed285 100644 --- a/src/g_hexen/a_clericholy.cpp +++ b/src/g_hexen/a_clericholy.cpp @@ -668,4 +668,4 @@ void A_ClericAttack (AActor *actor) if (!actor->target) return; A_CHolyAttack3 (actor); -} \ No newline at end of file +}