From 009350323123fc4b47041cb2194e8df19f69423b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 25 May 2008 09:03:33 +0000 Subject: Run astyle. --- sources/protocols/implementations/PingPongProtocol.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/protocols/implementations/PingPongProtocol.java') diff --git a/sources/protocols/implementations/PingPongProtocol.java b/sources/protocols/implementations/PingPongProtocol.java index 5df152f..a7cf9fc 100644 --- a/sources/protocols/implementations/PingPongProtocol.java +++ b/sources/protocols/implementations/PingPongProtocol.java @@ -12,10 +12,10 @@ import protocols.VSProtocol; * The Class PingPongProtocol. */ public class PingPongProtocol extends VSProtocol { - + /** The client counter. */ private int clientCounter; - + /** The server counter. */ private int serverCounter; -- cgit v1.2.3