diff --git a/gen/aa.cpp b/gen/aa.cpp index 31b269d3..f98d5440 100644 --- a/gen/aa.cpp +++ b/gen/aa.cpp @@ -238,4 +238,4 @@ LLValue* DtoAAEquals(Loc& loc, TOK op, DValue* l, DValue* r) if (op == TOKnotequal) res = gIR->ir->CreateNot(res, "tmp"); return res; -} \ No newline at end of file +}