[llvm] r198978 - Fix odd whitespace.
Eric Christopher
echristo at gmail.com
Fri Jan 10 16:23:11 PST 2014
Author: echristo
Date: Fri Jan 10 18:23:11 2014
New Revision: 198978
URL: http://llvm.org/viewvc/llvm-project?rev=198978&view=rev
Log:
Fix odd whitespace.
Modified:
llvm/trunk/include/llvm/IR/Module.h
Modified: llvm/trunk/include/llvm/IR/Module.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/IR/Module.h?rev=198978&r1=198977&r2=198978&view=diff
==============================================================================
--- llvm/trunk/include/llvm/IR/Module.h (original)
+++ llvm/trunk/include/llvm/IR/Module.h Fri Jan 10 18:23:11 2014
@@ -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
More information about the llvm-commits
mailing list