From e5e747c6c53ffe0e25b830e7b7b066e0d2fab9fe Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 24 Jan 2001 18:26:27 +0000 Subject: [PATCH] added new line at EOF --- src/ca/cac_IL.h | 3 ++- src/ca/recvProcessThread_IL.h | 3 ++- src/ca/udpiiu_IL.h | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/ca/cac_IL.h b/src/ca/cac_IL.h index b8b33de47..aff8a19d6 100644 --- a/src/ca/cac_IL.h +++ b/src/ca/cac_IL.h @@ -81,4 +81,5 @@ inline bool cac::flushPermit () const return true; } -#endif // cac_ILh \ No newline at end of file +#endif // cac_ILh + diff --git a/src/ca/recvProcessThread_IL.h b/src/ca/recvProcessThread_IL.h index a125a57eb..fb873bee5 100644 --- a/src/ca/recvProcessThread_IL.h +++ b/src/ca/recvProcessThread_IL.h @@ -23,4 +23,5 @@ inline bool recvProcessThread::isCurrentThread () const return this->thread.isCurrentThread (); } -#endif // recvProcessThread_ILh \ No newline at end of file +#endif // recvProcessThread_ILh + diff --git a/src/ca/udpiiu_IL.h b/src/ca/udpiiu_IL.h index 7472c1989..5df4132c3 100644 --- a/src/ca/udpiiu_IL.h +++ b/src/ca/udpiiu_IL.h @@ -23,4 +23,5 @@ inline bool udpiiu::isCurrentThread () const return ( this->recvThreadId == epicsThreadGetIdSelf () ); } -#endif // udpiiu_ILh \ No newline at end of file +#endif // udpiiu_ILh +