Add newline to get rid of warning.

This commit is contained in:
Christian Kamm
2009-05-07 21:07:50 +02:00
parent 2afbfbe8da
commit b6ad8b69ab

View File

@@ -330,4 +330,5 @@ std::vector<llvm::Value*> DtoStructLiteralValues(const StructDeclaration* sd, co
}
return values;
}
}