diff options
| author | Paul Buetow <paul@buetow.org> | 2008-06-13 19:19:25 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-06-13 19:19:25 +0000 |
| commit | e4ac5f70765657dfab2a615a2bfcf6dc5c4ffdab (patch) | |
| tree | 818e42214cc6a69845dc20c0ea6b9f21bba2e86e /sources/core/VSTask.java | |
| parent | 86d37c2c10b9a0abbf1f4256333f13914c3c740b (diff) | |
run astyle
Diffstat (limited to 'sources/core/VSTask.java')
| -rw-r--r-- | sources/core/VSTask.java | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sources/core/VSTask.java b/sources/core/VSTask.java index daa85eb..40928a0 100644 --- a/sources/core/VSTask.java +++ b/sources/core/VSTask.java @@ -101,10 +101,10 @@ public class VSTask implements Comparable, VSSerializable { * @param task the task to copy */ public VSTask(VSTask task) { - init(task.getTaskTime(), - task.getProcess(), - task.getEvent(), - !task.isGlobalTimed()); + init(task.getTaskTime(), + task.getProcess(), + task.getEvent(), + !task.isGlobalTimed()); } /** |
