Reformat blank lines.
[oota-llvm.git] / include / llvm / PassInfo.h
index d10761831b3a781db16b108f5b1cab8532412f70..321b100a1895827c893bc2b265ba43420a4e6b1b 100644 (file)
@@ -91,7 +91,7 @@ public:
   /// isCFGOnlyPass - return true if this pass only looks at the CFG for the
   /// function.
   bool isCFGOnlyPass() const { return IsCFGOnlyPass; }
-  
+
   /// getNormalCtor - Return a pointer to a function, that when called, creates
   /// an instance of the pass and returns it.  This pointer may be null if there
   /// is no default constructor for the pass.