From 1496c44a3a55238f89d3d3a6831885fa7f0955ca Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 14 Sep 2000 00:28:00 +0000 Subject: [PATCH] cosmetic --- src/ca/netReadCopyIO.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ca/netReadCopyIO.cpp b/src/ca/netReadCopyIO.cpp index e173e170e..66018df06 100644 --- a/src/ca/netReadCopyIO.cpp +++ b/src/ca/netReadCopyIO.cpp @@ -67,8 +67,7 @@ void netReadCopyIO::exceptionNotify ( int status, const char *pContextIn, unsigned typeIn, unsigned long countIn ) { ca_signal_formated (status, __FILE__, __LINE__, - "%s type=%d count=%ld\n", - pContextIn, typeIn, countIn); + "%s type=%d count=%ld\n", pContextIn, typeIn, countIn); } void netReadCopyIO::show ( unsigned level ) const