fix newline warning

This commit is contained in:
Moritz Warning
2009-09-09 02:03:24 +02:00
parent e44a9aa260
commit 4d507f0179

View File

@@ -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;
}
}