From dff44268b0b3fe2b114746a26d64f5e09b8079e0 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 30 Sep 2002 20:24:20 +0000 Subject: [PATCH] cosmetic --- src/ca/syncGroupWriteNotify.cpp | 2 +- src/ca/tcpiiu.cpp | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/ca/syncGroupWriteNotify.cpp b/src/ca/syncGroupWriteNotify.cpp index c9a3d1e44..09a2b758e 100644 --- a/src/ca/syncGroupWriteNotify.cpp +++ b/src/ca/syncGroupWriteNotify.cpp @@ -52,7 +52,7 @@ void syncGroupWriteNotify::destroy ( casgRecycle & recycle ) syncGroupWriteNotify::~syncGroupWriteNotify () { if ( this->idIsValid ) { - this->chan->ioCancel ( this-> id ); + this->chan->ioCancel ( this->id ); } } diff --git a/src/ca/tcpiiu.cpp b/src/ca/tcpiiu.cpp index 70b0f538d..0e56ea086 100644 --- a/src/ca/tcpiiu.cpp +++ b/src/ca/tcpiiu.cpp @@ -175,8 +175,11 @@ unsigned tcpiiu::sendBytes ( const void *pBuf, continue; } - if ( localError != SOCK_EPIPE && localError != SOCK_ECONNRESET && - localError != SOCK_ETIMEDOUT && localError != SOCK_ECONNABORTED ) { + if ( + localError != SOCK_EPIPE && + localError != SOCK_ECONNRESET && + localError != SOCK_ETIMEDOUT && + localError != SOCK_ECONNABORTED ) { this->cacRef.printf ( "CAC: unexpected TCP send error: %s\n", SOCKERRSTR ( localError ) ); }