Normalized whitespace: added trailing newlines

This commit is contained in:
Nathan Dinsmore 2014-06-24 17:35:27 -04:00
parent eece29a092
commit 926df9065d
6 changed files with 6 additions and 6 deletions

View file

@ -32,4 +32,4 @@ package {
} }
} }
} }
} }

View file

@ -387,4 +387,4 @@ public class SoundBank {
['Triangle', -6, 16843, 17255, 3], // jhm decay ['Triangle', -6, 16843, 17255, 3], // jhm decay
]; ];
}} }}

View file

@ -210,4 +210,4 @@ public class MP3Loader {
0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00
]; ];
}} }}

View file

@ -34,4 +34,4 @@ package svgeditor.objs
// Fixes up the transform and element specific position data // Fixes up the transform and element specific position data
//function normalize():void; //function normalize():void;
} }
} }

View file

@ -119,4 +119,4 @@ public class EditableLabel extends Sprite {
bezel.filters = [f]; bezel.filters = [f];
} }
}} }}

View file

@ -108,4 +108,4 @@ public class VariableSettings extends Sprite {
g.drawRect(0, lineY + 1, w, 1); g.drawRect(0, lineY + 1, w, 1);
g.endFill(); g.endFill();
} }
}} }}