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/VSSimulatorEditor.java | |
| parent | bb1dbccae485263ea5182546006339870c57b367 (diff) | |
Run astyle.
Diffstat (limited to 'sources/prefs/editors/VSSimulatorEditor.java')
| -rw-r--r-- | sources/prefs/editors/VSSimulatorEditor.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sources/prefs/editors/VSSimulatorEditor.java b/sources/prefs/editors/VSSimulatorEditor.java index 1264377..2bd965f 100644 --- a/sources/prefs/editors/VSSimulatorEditor.java +++ b/sources/prefs/editors/VSSimulatorEditor.java @@ -15,22 +15,22 @@ import prefs.*; * The Class VSSimulatorEditor. */ public class VSSimulatorEditor extends VSBetterEditor { - + /** The simulator frame. */ private VSSimulatorFrame simulatorFrame; - + /** The simulation. */ private VSSimulator simulation; - + /** The TAKEOVE r_ button. */ public static boolean TAKEOVER_BUTTON; - + /** The dont start new simulation. */ private boolean dontStartNewSimulation; /** * Instantiates a new vS simulator editor. - * + * * @param prefs the prefs * @param simulatorFrame the simulator frame * @param simulation the simulation @@ -45,7 +45,7 @@ public class VSSimulatorEditor extends VSBetterEditor { /** * Instantiates a new vS simulator editor. - * + * * @param prefs the prefs * @param simulatorFrame the simulator frame */ |
