From 21db1ec221713f0be0a1de62acab96b24ea7e8a4 Mon Sep 17 00:00:00 2001 From: Jim Ingham Date: Wed, 10 Aug 2016 00:45:58 +0000 Subject: [PATCH] Add a newline to the end of the file to remove the clang warnings. llvm-svn: 278188 --- lldb/include/lldb/Host/PosixApi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/include/lldb/Host/PosixApi.h b/lldb/include/lldb/Host/PosixApi.h index 72f97a1..23a291c 100644 --- a/lldb/include/lldb/Host/PosixApi.h +++ b/lldb/include/lldb/Host/PosixApi.h @@ -20,4 +20,4 @@ #include "lldb/Host/windows/PosixApi.h" #endif -#endif \ No newline at end of file +#endif -- 2.7.4