mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 05:01:03 -05:00
Normalized whitespace: added trailing newlines
This commit is contained in:
parent
eece29a092
commit
926df9065d
6 changed files with 6 additions and 6 deletions
|
@ -32,4 +32,4 @@ package {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -387,4 +387,4 @@ public class SoundBank {
|
|||
['Triangle', -6, 16843, 17255, 3], // jhm decay
|
||||
];
|
||||
|
||||
}}
|
||||
}}
|
||||
|
|
|
@ -210,4 +210,4 @@ public class MP3Loader {
|
|||
0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00
|
||||
];
|
||||
|
||||
}}
|
||||
}}
|
||||
|
|
|
@ -34,4 +34,4 @@ package svgeditor.objs
|
|||
// Fixes up the transform and element specific position data
|
||||
//function normalize():void;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -119,4 +119,4 @@ public class EditableLabel extends Sprite {
|
|||
bezel.filters = [f];
|
||||
}
|
||||
|
||||
}}
|
||||
}}
|
||||
|
|
|
@ -108,4 +108,4 @@ public class VariableSettings extends Sprite {
|
|||
g.drawRect(0, lineY + 1, w, 1);
|
||||
g.endFill();
|
||||
}
|
||||
}}
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue