diff --git a/src/codepointers.h b/src/codepointers.h index b51a8f9ca..44a5efa37 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 6c19c8de2..308c5ed28 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 +}