Trailing whitespace.
authorMikhail Glushenkov <foldr@codedgers.com>
Tue, 19 Oct 2010 16:47:15 +0000 (16:47 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Tue, 19 Oct 2010 16:47:15 +0000 (16:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116811 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/GlobalVariable.h

index 633e8b4dc335af68b2d1188b50c68fb21ad007ee..a8a2bd6a5225d470a7a4a84905eccebdae6c7f36 100644 (file)
@@ -68,7 +68,7 @@ public:
   /// Provide fast operand accessors
   DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value);
 
-  /// isDeclaration - Is this global variable lacking an initializer?  If so, 
+  /// isDeclaration - Is this global variable lacking an initializer?  If so,
   /// the global variable is defined in some other translation unit, and is thus
   /// only a declaration here.
   virtual bool isDeclaration() const { return getNumOperands() == 0; }