From 896371661504fa0a3b5c7a611dbfc7a4bc44a889 Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Tue, 9 Aug 2011 00:18:00 +0200 Subject: [PATCH] Add a newline at the end of the file. Hopefully fix the test execution reported on CDash. --- Tests/Module/GenerateExportHeader/libshared/libshared.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/Module/GenerateExportHeader/libshared/libshared.cpp b/Tests/Module/GenerateExportHeader/libshared/libshared.cpp index 9812f5569..d4041b36d 100644 --- a/Tests/Module/GenerateExportHeader/libshared/libshared.cpp +++ b/Tests/Module/GenerateExportHeader/libshared/libshared.cpp @@ -88,4 +88,4 @@ int libshared_not_exported() { int libshared_excluded() { return 0; -} \ No newline at end of file +}