From: Greg Clayton Date: Sun, 25 Dec 2016 18:41:47 +0000 (+0000) Subject: Add newline to end of file to quiet warnings. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ac1183f9e32d0d2e53d4f37503d70d9fe5e2114;p=llvm Add newline to end of file to quiet warnings. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290519 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/NativeFormatting.h b/include/llvm/Support/NativeFormatting.h index bd4a0c9cb8c..6d1dd7b422f 100644 --- a/include/llvm/Support/NativeFormatting.h +++ b/include/llvm/Support/NativeFormatting.h @@ -45,4 +45,5 @@ void write_double(raw_ostream &S, double D, FloatStyle Style, Optional Precision = None); } -#endif \ No newline at end of file +#endif +