Reformat comment lines.
[oota-llvm.git] / include / llvm / IR / Argument.h
index fc04fe71cbf06d2ec3252f77c027c46399064591..97eedf9c4cd7d997b53809bb1b0a51b41b4c831d 100644 (file)
@@ -64,8 +64,8 @@ public:
   /// containing function, return the number of bytes known to be
   /// dereferenceable. Otherwise, zero is returned.
   uint64_t getDereferenceableBytes() const;
-  
-  /// \brief If this argument has the dereferenceable_or_null attribute on 
+
+  /// \brief If this argument has the dereferenceable_or_null attribute on
   /// it in its containing function, return the number of bytes known to be
   /// dereferenceable. Otherwise, zero is returned.
   uint64_t getDereferenceableOrNullBytes() const;