From 926df9065df737a3dc3f647f1a317c13462f34e2 Mon Sep 17 00:00:00 2001 From: Nathan Dinsmore Date: Tue, 24 Jun 2014 17:35:27 -0400 Subject: [PATCH] Normalized whitespace: added trailing newlines --- 3d_render_src/StageUIContainer.as | 2 +- src/sound/SoundBank.as | 2 +- src/sound/mp3/MP3Loader.as | 2 +- src/svgeditor/objs/ISVGEditable.as | 2 +- src/uiwidgets/EditableLabel.as | 2 +- src/uiwidgets/VariableSettings.as | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/3d_render_src/StageUIContainer.as b/3d_render_src/StageUIContainer.as index b3fe93e..e171769 100644 --- a/3d_render_src/StageUIContainer.as +++ b/3d_render_src/StageUIContainer.as @@ -32,4 +32,4 @@ package { } } } -} \ No newline at end of file +} diff --git a/src/sound/SoundBank.as b/src/sound/SoundBank.as index 3a9aaca..5197efd 100644 --- a/src/sound/SoundBank.as +++ b/src/sound/SoundBank.as @@ -387,4 +387,4 @@ public class SoundBank { ['Triangle', -6, 16843, 17255, 3], // jhm decay ]; -}} \ No newline at end of file +}} diff --git a/src/sound/mp3/MP3Loader.as b/src/sound/mp3/MP3Loader.as index 5a3f8c0..1fbbd7e 100644 --- a/src/sound/mp3/MP3Loader.as +++ b/src/sound/mp3/MP3Loader.as @@ -210,4 +210,4 @@ public class MP3Loader { 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00 ]; -}} \ No newline at end of file +}} diff --git a/src/svgeditor/objs/ISVGEditable.as b/src/svgeditor/objs/ISVGEditable.as index 18c0c56..4d7363c 100644 --- a/src/svgeditor/objs/ISVGEditable.as +++ b/src/svgeditor/objs/ISVGEditable.as @@ -34,4 +34,4 @@ package svgeditor.objs // Fixes up the transform and element specific position data //function normalize():void; } -} \ No newline at end of file +} diff --git a/src/uiwidgets/EditableLabel.as b/src/uiwidgets/EditableLabel.as index 4e426e2..9e49674 100644 --- a/src/uiwidgets/EditableLabel.as +++ b/src/uiwidgets/EditableLabel.as @@ -119,4 +119,4 @@ public class EditableLabel extends Sprite { bezel.filters = [f]; } -}} \ No newline at end of file +}} diff --git a/src/uiwidgets/VariableSettings.as b/src/uiwidgets/VariableSettings.as index 7ce7e67..d1c2a30 100644 --- a/src/uiwidgets/VariableSettings.as +++ b/src/uiwidgets/VariableSettings.as @@ -108,4 +108,4 @@ public class VariableSettings extends Sprite { g.drawRect(0, lineY + 1, w, 1); g.endFill(); } -}} \ No newline at end of file +}}