DtoDeclareFunction: Remove unnecessary indentation (NFC)

This commit is contained in:
David Nadlinger 2015-08-22 20:42:42 +02:00
parent 6555f2776e
commit 410203b37a

View file

@ -535,8 +535,6 @@ void DtoDeclareFunction(FuncDeclaration* fdecl)
IrFuncTy &irFty = irFunc->irFty;
// if (!declareOnly)
{
// name parameters
llvm::Function::arg_iterator iarg = func->arg_begin();
@ -605,7 +603,6 @@ void DtoDeclareFunction(FuncDeclaration* fdecl)
iarg->setName("unnamed");
}
}
}
}
//////////////////////////////////////////////////////////////////////////////////////////