diff --git a/src/ca/cac.cpp b/src/ca/cac.cpp index c236360ec..e9a6d75f0 100644 --- a/src/ca/cac.cpp +++ b/src/ca/cac.cpp @@ -310,7 +310,7 @@ void cac::show ( unsigned level ) const { ::printf ( "Channel Access Client Context at %p for user %s\n", this, this->pUserName ); - if (level > 0u ) { + if ( level > 0u ) { { osiAutoMutex autoMutex ( this->iiuListMutex );