From 4d507f01793009c3b65680ac8c9f3a955f9449be Mon Sep 17 00:00:00 2001 From: Moritz Warning Date: Wed, 9 Sep 2009 02:03:24 +0200 Subject: [PATCH] fix newline warning --- gen/aa.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +}