From 9723bfc8cdf6902a44926f2bda211c61c2ee929f Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 20 Nov 2000 20:11:32 +0000 Subject: [PATCH] added newline at EOF --- src/ca/cacIO.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ca/cacIO.h b/src/ca/cacIO.h index fd142ce8d..5304b2169 100644 --- a/src/ca/cacIO.h +++ b/src/ca/cacIO.h @@ -190,4 +190,5 @@ inline void cacNotifyIO::exceptionNotify ( int status, const char *pContext ) inline void cacNotifyIO::exceptionNotify ( int status, const char *pContext, unsigned type, unsigned long count ) { this->notify.exceptionNotify ( status, pContext, type, count ); -} \ No newline at end of file +} +