diff options
Diffstat (limited to 'include/clang/Analysis/PathSensitive/GRAuditor.h')
-rw-r--r-- | include/clang/Analysis/PathSensitive/GRAuditor.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/clang/Analysis/PathSensitive/GRAuditor.h b/include/clang/Analysis/PathSensitive/GRAuditor.h index 6233ca8908..015c82e80b 100644 --- a/include/clang/Analysis/PathSensitive/GRAuditor.h +++ b/include/clang/Analysis/PathSensitive/GRAuditor.h @@ -1,5 +1,5 @@ //==- GRAuditor.h - Observers of the creation of ExplodedNodes------*- C++ -*-// -// +// // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source @@ -22,14 +22,14 @@ namespace clang { class ExplodedNode; class GRStateManager; - + class GRAuditor { public: virtual ~GRAuditor() {} virtual bool Audit(ExplodedNode* N, GRStateManager& M) = 0; }; - - + + } // end clang namespace #endif |