From 0eda46fbdf3436ee2ef491ab62a5ecb7355f1425 Mon Sep 17 00:00:00 2001 From: escherstair Date: Mon, 6 Jul 2020 07:54:03 +0200 Subject: [PATCH] fix indentation --- fmt/format.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmt/format.cc b/fmt/format.cc index 67001bac..a9e44b47 100644 --- a/fmt/format.cc +++ b/fmt/format.cc @@ -188,7 +188,7 @@ int safe_strerror( buffer_ = strerror(error_code_); return errno; #else - return 0; + return 0; #endif }