From cb036e3f2cd6c76d5037c6a4ec63dc42d6d20d0c Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Mon, 17 Mar 2014 20:13:54 +0000 Subject: [PATCH] Replace a tab with a space git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@204077 91177308-0d34-0410-b5e6-96231b3b80d8 --- src/system_error.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system_error.cpp b/src/system_error.cpp index b40409f8..00920ffd 100644 --- a/src/system_error.cpp +++ b/src/system_error.cpp @@ -7,7 +7,7 @@ // //===----------------------------------------------------------------------===// -#define _LIBCPP_BUILDING_SYSTEM_ERROR +#define _LIBCPP_BUILDING_SYSTEM_ERROR #include "system_error" #include "string" #include "cstring"