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/prefs/editors/VSEditorFrame.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sources/prefs/editors/VSEditorFrame.java') diff --git a/sources/prefs/editors/VSEditorFrame.java b/sources/prefs/editors/VSEditorFrame.java index 18a5eb6..9af98fa 100644 --- a/sources/prefs/editors/VSEditorFrame.java +++ b/sources/prefs/editors/VSEditorFrame.java @@ -16,16 +16,16 @@ import utils.*; * The Class VSEditorFrame. */ public class VSEditorFrame extends VSFrame implements ActionListener { - + /** The editor. */ private VSBetterEditor editor; - + /** The prefs. */ private VSPrefs prefs; /** * Instantiates a new vS editor frame. - * + * * @param prefs the prefs * @param relativeTo the relative to * @param editor the editor @@ -53,7 +53,7 @@ public class VSEditorFrame extends VSFrame implements ActionListener { /** * Fill button panel. - * + * * @param buttonPanel the button panel */ private void fillButtonPanel(JPanel buttonPanel) { -- cgit v1.2.3