From: Daniel Dunbar Date: Thu, 23 Jul 2009 07:07:43 +0000 (+0000) Subject: Add newline at EOF. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25c155abc154a23ff59e8def196441a2fbf20270;p=clang Add newline at EOF. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76870 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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