diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-14 18:06:46 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-14 18:06:46 +0000 |
| commit | 9a03a3dd9ce5cc9a0172b15ff92231e1b6c499c7 (patch) | |
| tree | 1b7af433cdbe51a46c7c725ee1351fca9386af68 /sources/core/VSProcess.java | |
| parent | 2a9ef47030dd29a5927ca0d63b662f5c42fa4ca8 (diff) | |
run astyle
Diffstat (limited to 'sources/core/VSProcess.java')
| -rw-r--r-- | sources/core/VSProcess.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/core/VSProcess.java b/sources/core/VSProcess.java index 68b8c86..ae08828 100644 --- a/sources/core/VSProcess.java +++ b/sources/core/VSProcess.java @@ -1067,8 +1067,8 @@ public class VSProcess extends VSPrefs implements VSSerializable { protocol.deserialize(serialize, objectInputStream); } - localTime = 0; - setLong("process.localTime", localTime); + localTime = 0; + setLong("process.localTime", localTime); /** For later backwards compatibility, to add more stuff */ objectInputStream.readObject(); |
