Skip to content

Commit

Permalink
normalise tab/space
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed Nov 1, 2014
1 parent 4021cff commit d763b25
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/RunCi.hx
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ private typedef TravisConfig = {
List of "TEST" defined in the "matrix" section of ".travis.yml".
*/
@:enum abstract TEST(String) from String {
var Macro = "macro";
var Neko = "neko";
var Js = "js";
var Php = "php";
var Cpp = "cpp";
var Flash9 = "flash9";
var As3 = "as3";
var Java = "java";
var Cs = "cs";
var Python = "python";
var Flash8 = "flash8";
var ThirdParty = "third-party";
var Macro = "macro";
var Neko = "neko";
var Js = "js";
var Php = "php";
var Cpp = "cpp";
var Flash9 = "flash9";
var As3 = "as3";
var Java = "java";
var Cs = "cs";
var Python = "python";
var Flash8 = "flash8";
var ThirdParty = "third-party";
}

enum Ci {
Expand Down

0 comments on commit d763b25

Please sign in to comment.