From 76b06f4707aa56ede63fa9653f6e9ce30d251551 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 3 Mar 2002 22:47:06 +0000 Subject: [PATCH] Added final newline to prevent compiler warnings. --- src/ATC/ATC.hxx | 2 +- src/ATC/ATCmgr.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ATC/ATC.hxx b/src/ATC/ATC.hxx index 5a8b8397d..1f3028018 100644 --- a/src/ATC/ATC.hxx +++ b/src/ATC/ATC.hxx @@ -56,4 +56,4 @@ public: virtual atc_type GetType(); }; -#endif // _FG_ATC_HXX \ No newline at end of file +#endif // _FG_ATC_HXX diff --git a/src/ATC/ATCmgr.hxx b/src/ATC/ATCmgr.hxx index a79c67ab9..66dc490db 100644 --- a/src/ATC/ATCmgr.hxx +++ b/src/ATC/ATCmgr.hxx @@ -112,4 +112,4 @@ private: }; -#endif // _FG_ATCMGR_HXX \ No newline at end of file +#endif // _FG_ATCMGR_HXX -- 2.39.5