From 7cac5852ef0aa285b565e4ba438a713d9b5188b3 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 7 Mar 2001 16:31:46 +0000 Subject: [PATCH] reformat --- src/ca/tcpSendWatchdog.cpp | 2 +- src/ca/ucx.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ca/tcpSendWatchdog.cpp b/src/ca/tcpSendWatchdog.cpp index a4c54f275..e04f40719 100644 --- a/src/ca/tcpSendWatchdog.cpp +++ b/src/ca/tcpSendWatchdog.cpp @@ -27,7 +27,7 @@ void tcpSendWatchdog::expire () char hostName[128]; this->iiu.hostName ( hostName, sizeof (hostName) ); ca_printf ( "Request not accepted by CA server %s for %g sec. Disconnecting.\n", - hostName, this->period); + hostName, this->period ); this->iiu.forcedShutdown (); } diff --git a/src/ca/ucx.h b/src/ca/ucx.h index f28ab6ac9..3054bac27 100644 --- a/src/ca/ucx.h +++ b/src/ca/ucx.h @@ -14,7 +14,7 @@ * */ #ifndef _UCX_H_ -#define _UCX_H_ +# define _UCX_H_ #ifdef UCX #define IFF_UP 0x1 /* interface is up */ @@ -62,17 +62,17 @@ struct ifconf { }; #ifndef NBBY -#define NBBY 8 +# define NBBY 8 #endif #ifndef FD_SETSIZE -#define FD_SETSIZE 256 +# define FD_SETSIZE 256 #endif typedef long fd_mask ; #define NFDBITS (sizeof (fd_mask) * NBBY ) /* bits per mask */ #ifndef howmany -#define howmany(x, y) (((x)+((y)-1))/(y)) +# define howmany(x, y) (((x)+((y)-1))/(y)) #endif /*