fix indentation

This commit is contained in:
escherstair 2020-07-06 07:54:03 +02:00 committed by GitHub
parent 49ed57a9b2
commit 0eda46fbdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,7 +188,7 @@ int safe_strerror(
buffer_ = strerror(error_code_); buffer_ = strerror(error_code_);
return errno; return errno;
#else #else
return 0; return 0;
#endif #endif
} }