summaryrefslogtreecommitdiff
path: root/sources/prefs/VSDefaultPrefs.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/VSDefaultPrefs.java
parentbb1dbccae485263ea5182546006339870c57b367 (diff)
Run astyle.
Diffstat (limited to 'sources/prefs/VSDefaultPrefs.java')
-rw-r--r--sources/prefs/VSDefaultPrefs.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/sources/prefs/VSDefaultPrefs.java b/sources/prefs/VSDefaultPrefs.java
index d7d3f81..8e4fb03 100644
--- a/sources/prefs/VSDefaultPrefs.java
+++ b/sources/prefs/VSDefaultPrefs.java
@@ -12,11 +12,11 @@ import java.awt.event.KeyEvent;
* The Class VSDefaultPrefs.
*/
public class VSDefaultPrefs extends VSPrefs {
- private static final long serialVersionUID = 1L;
-
+ private static final long serialVersionUID = 1L;
+
/**
* Inits the.
- *
+ *
* @return the vS prefs
*/
public static VSPrefs init() {
@@ -25,9 +25,9 @@ public class VSDefaultPrefs extends VSPrefs {
/**
* Inits the.
- *
+ *
* @param fileName the file name
- *
+ *
* @return the vS prefs
*/
public static VSPrefs init(String fileName) {