Trailing whitespace, 80-col violations.
authorMikhail Glushenkov <foldr@codedgers.com>
Tue, 21 Sep 2010 14:59:50 +0000 (14:59 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Tue, 21 Sep 2010 14:59:50 +0000 (14:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114435 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/Record.h

index d6f37eec749ebe16d23337b53035c95f22c6d0af..a4ce2557d16d6de4a3a5b81915d16c3383bdec8a 100644 (file)
@@ -1233,10 +1233,10 @@ public:
     ID(LastID++), Name(N), Loc(loc) {}
   ~Record() {}
 
-  
+
   static unsigned getNewUID() { return LastID++; }
-    
-    
+
+
   unsigned getID() const { return ID; }
 
   const std::string &getName() const { return Name; }
@@ -1350,9 +1350,9 @@ public:
   ///
   std::vector<Record*> getValueAsListOfDefs(StringRef FieldName) const;
 
-  /// getValueAsListOfInts - This method looks up the specified field and returns
-  /// its value as a vector of integers, throwing an exception if the field does
-  /// not exist or if the value is not the right type.
+  /// getValueAsListOfInts - This method looks up the specified field and
+  /// returns its value as a vector of integers, throwing an exception if the
+  /// field does not exist or if the value is not the right type.
   ///
   std::vector<int64_t> getValueAsListOfInts(StringRef FieldName) const;