From 050d29c5a78e75e3763b60dc19ea809d2d39d840 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sat, 11 Jan 2014 00:23:11 +0000 Subject: [PATCH] Fix odd whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198978 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/IR/Module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/IR/Module.h b/include/llvm/IR/Module.h index eb1812c09b4..822b8a45656 100644 --- a/include/llvm/IR/Module.h +++ b/include/llvm/IR/Module.h @@ -150,7 +150,7 @@ public: /// Emits a warning if two values disagree. The result value will be the /// operand for the flag from the first module being linked. - Warning = 2, + Warning = 2, /// Adds a requirement that another module flag be present and have a /// specified value after linking is performed. The value must be a metadata -- 2.11.0