Remove trailing whitespace
[oota-llvm.git] / tools / analyze / AnalysisWrappers.cpp
index 46ede0a15342c21dbe08d71f55b80b31f32e9e24..dcbd349ff2bd165ab0aa21a8cb3c7f9c0133784d 100644 (file)
@@ -1,10 +1,10 @@
 //===- AnalysisWrappers.cpp - Wrappers around non-pass analyses -----------===//
-// 
+//
 //                     The LLVM Compiler Infrastructure
 //
 // This file was developed by the LLVM research group and is distributed under
 // the University of Illinois Open Source License. See LICENSE.TXT for details.
-// 
+//
 //===----------------------------------------------------------------------===//
 //
 // This file defines pass wrappers around LLVM analyses that don't make sense to
@@ -56,7 +56,7 @@ namespace {
     }
 
     void print(std::ostream &OS) const {}
-    
+
     virtual void getAnalysisUsage(AnalysisUsage &AU) const {
       AU.setPreservesAll();
     }