From b0616a5afc9982b895028eeacb98a7c03ed0882d Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Tue, 17 Apr 2012 23:46:51 +0000 Subject: [PATCH] C++ has newlines at the end of files (including include files). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154962 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/LocaleGeneric.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Support/LocaleGeneric.inc b/lib/Support/LocaleGeneric.inc index 20df77314d1..278deee3e4d 100644 --- a/lib/Support/LocaleGeneric.inc +++ b/lib/Support/LocaleGeneric.inc @@ -14,4 +14,4 @@ bool isPrint(int c) { } } -} \ No newline at end of file +} -- 2.34.1