mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-25 18:31:20 -03:00
clang-format all files
This commit is contained in:
@@ -2436,7 +2436,7 @@ void redirect_tty_output() {
|
||||
[[noreturn]] void __fish_assert(const char *msg, const char *file, size_t line, int error) {
|
||||
if (error) {
|
||||
FLOGF(error, L"%s:%zu: failed assertion: %s: errno %d (%s)", file, line, msg, error,
|
||||
std::strerror(error));
|
||||
std::strerror(error));
|
||||
} else {
|
||||
FLOGF(error, L"%s:%zu: failed assertion: %s", file, line, msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user