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/core/time/VSTime.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sources/core/time/VSTime.java') diff --git a/sources/core/time/VSTime.java b/sources/core/time/VSTime.java index 0aebf4a..24f9b7d 100644 --- a/sources/core/time/VSTime.java +++ b/sources/core/time/VSTime.java @@ -9,17 +9,17 @@ package core.time; * This interface is a guidline for general time format classes. */ public interface VSTime { - + /** * Getter method. - * + * * @return The global time. */ public long getGlobalTime(); - + /** * String representation. - * + * * @return The representation of the implementing object as a string. */ public String toString(); -- cgit v1.2.3