Skip to content

Commit

Permalink
Main.hx: replace spaces with tabs again (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed Apr 11, 2016
1 parent 51d1e68 commit bc18128
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions default/source/Main.hx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import openfl.display.Sprite;

class Main extends Sprite
{
public function new()
{
super();
addChild(new FlxGame(0, 0, MenuState));
}
public function new()
{
super();
addChild(new FlxGame(0, 0, MenuState));
}
}

0 comments on commit bc18128

Please sign in to comment.