From 5b2d1df716f0577b4cbaf398fcef5517e7e23958 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 21 Sep 2001 17:29:25 +0000 Subject: [PATCH] cosmetic --- src/ca/acctst.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ca/acctst.c b/src/ca/acctst.c index 4f1ff89bb..9a4ff7d5f 100644 --- a/src/ca/acctst.c +++ b/src/ca/acctst.c @@ -331,8 +331,8 @@ void subscriptionStateChange ( struct event_handler_args args ) void noopSubscriptionStateChange ( struct event_handler_args args ) { if ( args.status != ECA_NORMAL ) { - printf("subscription update failed for \"%s\" because \"%s\"", - ca_name ( args.chid ), ca_message ( args.status ) ); + printf ( "subscription update failed for \"%s\" because \"%s\"", + ca_name ( args.chid ), ca_message ( args.status ) ); } } @@ -359,7 +359,6 @@ void verifyConnectionHandlerConnect ( appChan *pChans, unsigned chanCount, unsig showProgressBegin (); - for ( i = 0; i < repetitionCount; i++ ) { subscriptionUpdateCount = 0u; accessUpdateCount = 0u;