From: Eric Christopher Date: Sat, 11 Jan 2014 00:23:11 +0000 (+0000) Subject: Fix odd whitespace. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=050d29c5a78e75e3763b60dc19ea809d2d39d840;p=oota-llvm.git Fix odd whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198978 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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