From: david Date: Sun, 3 Mar 2002 22:47:06 +0000 (+0000) Subject: Added final newline to prevent compiler warnings. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=76b06f4707aa56ede63fa9653f6e9ce30d251551;p=flightgear.git Added final newline to prevent compiler warnings. --- 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