From 065bbc74eda368148851f0a8e8d9e4a016e48e28 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 26 May 2008 19:45:09 +0000 Subject: run astyle --- sources/events/internal/ProtocolScheduleEvent.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sources/events/internal/ProtocolScheduleEvent.java') diff --git a/sources/events/internal/ProtocolScheduleEvent.java b/sources/events/internal/ProtocolScheduleEvent.java index 24eb6fd..42f8836 100644 --- a/sources/events/internal/ProtocolScheduleEvent.java +++ b/sources/events/internal/ProtocolScheduleEvent.java @@ -59,16 +59,16 @@ public class ProtocolScheduleEvent extends VSAbstractEvent { * @return the protocol */ public VSAbstractProtocol getProtocol() { - return protocol; + return protocol; } /* (non-Javadoc) * @see events.VSAbstractEvent#onStart() */ public void onStart() { - if (isClientSchedule) - protocol.onClientScheduleStart(); - else - protocol.onServerScheduleStart(); + if (isClientSchedule) + protocol.onClientScheduleStart(); + else + protocol.onServerScheduleStart(); } } -- cgit v1.2.3