From 41b4a6b36ac77b94e4ee1908d580368e9f09fbfd Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Mon, 12 Jul 2010 08:16:59 +0000 Subject: Convert some tab stops into spaces. llvm-svn: 108130 --- llvm/examples/Kaleidoscope/Chapter5/toy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/examples/Kaleidoscope/Chapter5/toy.cpp') diff --git a/llvm/examples/Kaleidoscope/Chapter5/toy.cpp b/llvm/examples/Kaleidoscope/Chapter5/toy.cpp index 844c769ebd2..c98ee88c394 100644 --- a/llvm/examples/Kaleidoscope/Chapter5/toy.cpp +++ b/llvm/examples/Kaleidoscope/Chapter5/toy.cpp @@ -652,7 +652,7 @@ Value *ForExprAST::Codegen() { Function *PrototypeAST::Codegen() { // Make the function type: double(double,double) etc. - std::vector Doubles(Args.size(), + std::vector Doubles(Args.size(), Type::getDoubleTy(getGlobalContext())); FunctionType *FT = FunctionType::get(Type::getDoubleTy(getGlobalContext()), Doubles, false); -- cgit v1.2.3