Remove whitespace lines

This commit is contained in:
Joshua Granick
2018-07-18 17:32:51 -07:00
parent d3269a79ad
commit 78e99bf1d9
447 changed files with 36856 additions and 36888 deletions

View File

@@ -8,18 +8,18 @@
namespace lime {
enum TextEventType {
TEXT_INPUT,
TEXT_EDIT
};
struct TextEvent {
hl_type* t;
int id;
int length;
@@ -27,17 +27,17 @@ namespace lime {
vbyte* text;
TextEventType type;
int windowID;
static ValuePointer* callback;
static ValuePointer* eventObject;
TextEvent ();
static void Dispatch (TextEvent* event);
};
}