From e066e5c22a6b249741ee3749230eb7e7d5211ef7 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Wed, 30 Aug 2000 17:05:22 +0000 Subject: [PATCH] cosmetic --- src/ca/bhe_IL.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca/bhe_IL.h b/src/ca/bhe_IL.h index 510fe4a10..0eaa2546d 100644 --- a/src/ca/bhe_IL.h +++ b/src/ca/bhe_IL.h @@ -25,7 +25,7 @@ * zero (so we can correctly compute the period * between the 1st and 2nd beacons) */ -inline bhe::bhe (class cac &cacIn, const osiTime &initialTimeStamp, const inetAddrID &addr) : +inline bhe::bhe ( class cac &cacIn, const osiTime &initialTimeStamp, const inetAddrID &addr ) : inetAddrID (addr), cac (cacIn), piiu (0), timeStamp (initialTimeStamp), averagePeriod (-1.0) { # ifdef DEBUG