From db4b3a6fa51ea452f62ed64612da5466d7bc292e Mon Sep 17 00:00:00 2001 From: Nick Barnes Date: Mon, 17 Dec 2001 15:18:17 +0000 Subject: Remove trailing whitespace. Copied from Perforce Change: 25309 ServerID: perforce.ravenbrook.com --- mps/code/protocol.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mps/code/protocol.c') diff --git a/mps/code/protocol.c b/mps/code/protocol.c index 205f17c180b..ead6730c01a 100644 --- a/mps/code/protocol.c +++ b/mps/code/protocol.c @@ -62,7 +62,7 @@ Bool ProtocolIsSubclass(ProtocolClass sub, ProtocolClass super) * This default method must be inherited by any subclass * which does not perform a multiple inheritance. */ -static Bool ProtocolCoerceClass(ProtocolClass *coerceResult, +static Bool ProtocolCoerceClass(ProtocolClass *coerceResult, ProtocolClass proClass, ProtocolClass super) { @@ -89,7 +89,7 @@ static Bool ProtocolCoerceClass(ProtocolClass *coerceResult, * This default method must be inherited by any subclass * which does not perform a multiple inheritance. */ -static Bool ProtocolCoerceInst(ProtocolInst *coerceResult, +static Bool ProtocolCoerceInst(ProtocolInst *coerceResult, ProtocolInst proInst, ProtocolClass super) { @@ -113,7 +113,7 @@ static Bool ProtocolCoerceInst(ProtocolInst *coerceResult, /* The class definition for the root of the hierarchy */ -DEFINE_CLASS(ProtocolClass, theClass) +DEFINE_CLASS(ProtocolClass, theClass) { theClass->sig = ProtocolClassSig; theClass->superclass = theClass; -- cgit v1.2.1