diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-07-23 07:07:43 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-07-23 07:07:43 +0000 |
commit | 25c155abc154a23ff59e8def196441a2fbf20270 (patch) | |
tree | 7ef62fb29d6aa0a5fbaae7eefa036849f1f5510a | |
parent | 42719fc8145cb0da244b1826551e6b441db89209 (diff) |
Add newline at EOF.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76870 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Analysis/Support/SaveAndRestore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Analysis/Support/SaveAndRestore.h b/include/clang/Analysis/Support/SaveAndRestore.h index 0487c6f524..f597fcba57 100644 --- a/include/clang/Analysis/Support/SaveAndRestore.h +++ b/include/clang/Analysis/Support/SaveAndRestore.h @@ -41,4 +41,4 @@ private: }; } -#endif
\ No newline at end of file +#endif |