Tidy up. Trailing whitespace.
authorJim Grosbach <grosbach@apple.com>
Wed, 18 Apr 2012 17:46:37 +0000 (17:46 +0000)
committerJim Grosbach <grosbach@apple.com>
Wed, 18 Apr 2012 17:46:37 +0000 (17:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155013 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/TableGen/Record.h

index 5e68c10a47ac27b26f7fb85ad7ba54c07e825ee5..3aea1aeaead356d60f0fe2179fa2db8e9bb05396 100644 (file)
@@ -454,7 +454,7 @@ public:
   /// without adding quote markers.  This primaruly affects
   /// StringInits where we will not surround the string value with
   /// quotes.
-  virtual std::string getAsUnquotedString() const { return getAsString(); }  
+  virtual std::string getAsUnquotedString() const { return getAsString(); }
 
   /// dump - Debugging method that may be called through a debugger, just
   /// invokes print on stderr.
@@ -1529,7 +1529,7 @@ struct MultiClass {
 
   void dump() const;
 
-  MultiClass(const std::string &Name, SMLoc Loc, RecordKeeper &Records) : 
+  MultiClass(const std::string &Name, SMLoc Loc, RecordKeeper &Records) :
     Rec(Name, Loc, Records) {}
 };