diff options
| author | Paul Buetow <paul@buetow.org> | 2008-05-25 09:03:33 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-05-25 09:03:33 +0000 |
| commit | 009350323123fc4b47041cb2194e8df19f69423b (patch) | |
| tree | a9562cf215181a03137d5281d49d26e0fe5a3b45 /sources/prefs/editors/VSProcessEditor.java | |
| parent | bb1dbccae485263ea5182546006339870c57b367 (diff) | |
Run astyle.
Diffstat (limited to 'sources/prefs/editors/VSProcessEditor.java')
| -rw-r--r-- | sources/prefs/editors/VSProcessEditor.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sources/prefs/editors/VSProcessEditor.java b/sources/prefs/editors/VSProcessEditor.java index e17f89a..fc0e01d 100644 --- a/sources/prefs/editors/VSProcessEditor.java +++ b/sources/prefs/editors/VSProcessEditor.java @@ -18,16 +18,16 @@ import prefs.VSPrefs; * The Class VSProcessEditor. */ public class VSProcessEditor extends VSBetterEditor { - + /** The process. */ private VSProcess process; - + /** The TAKEOVE r_ button. */ public static boolean TAKEOVER_BUTTON; - + /** * Instantiates a new vS process editor. - * + * * @param prefs the prefs * @param process the process */ |
