From d1c0c940ebc8e55d5c4672f61abedf87d6ea36f4 Mon Sep 17 00:00:00 2001 From: Chad Rosier Date: Tue, 1 May 2012 19:53:37 +0000 Subject: [PATCH] Spacing. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155931 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGStmt.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/CGStmt.cpp b/lib/CodeGen/CGStmt.cpp index a1d0789573..86046b70a5 100644 --- a/lib/CodeGen/CGStmt.cpp +++ b/lib/CodeGen/CGStmt.cpp @@ -1441,7 +1441,7 @@ void CodeGenFunction::EmitAsmStmt(const AsmStmt &S) { std::vector ResultRegQualTys; std::vector ResultRegTypes; std::vector ResultTruncRegTypes; - std::vector ArgTypes; + std::vector ArgTypes; std::vector Args; // Keep track of inout constraints. -- 2.40.0