summaryrefslogtreecommitdiff
path: root/sources/prefs/editors/VSEditorFrame.java
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-05-25 09:03:33 +0000
committerPaul Buetow <paul@buetow.org>2008-05-25 09:03:33 +0000
commit009350323123fc4b47041cb2194e8df19f69423b (patch)
treea9562cf215181a03137d5281d49d26e0fe5a3b45 /sources/prefs/editors/VSEditorFrame.java
parentbb1dbccae485263ea5182546006339870c57b367 (diff)
Run astyle.
Diffstat (limited to 'sources/prefs/editors/VSEditorFrame.java')
-rw-r--r--sources/prefs/editors/VSEditorFrame.java8
1 files changed, 4 insertions, 4 deletions
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) {