[svn r324] Small indentation fixes.

Added end of line to complex.cpp.
This commit is contained in:
Christian Kamm
2008-06-25 20:42:30 +02:00
parent 7b37093cff
commit 7250b0630c
2 changed files with 4 additions and 3 deletions

View File

@@ -360,4 +360,5 @@ DValue* DtoCastComplex(DValue* val, Type* _to)
}
else
assert(0);
}
}