From 861d0ea2aa3dbb251f3ee0bcc811af5cd629fba6 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Tue, 10 Feb 2015 17:20:18 +0000 Subject: Fix more issues exposed by -pedantic-errors in c++03 mode llvm-svn: 228711 --- libcxx/include/experimental/system_error | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcxx/include/experimental/system_error') diff --git a/libcxx/include/experimental/system_error b/libcxx/include/experimental/system_error index b1d4c913fa5..2a278b5443a 100644 --- a/libcxx/include/experimental/system_error +++ b/libcxx/include/experimental/system_error @@ -56,4 +56,4 @@ _LIBCPP_END_NAMESPACE_LFTS #endif /* _LIBCPP_STD_VER > 11 */ -#endif /* _LIBCPP_EXPERIMENTAL_SYSTEM_ERROR */ \ No newline at end of file +#endif /* _LIBCPP_EXPERIMENTAL_SYSTEM_ERROR */ -- cgit v1.2.3