clang-format

This commit is contained in:
gabime
2020-03-22 00:16:27 +02:00
parent eb23d505f8
commit c927de137c
2 changed files with 2 additions and 2 deletions

View File

@@ -246,7 +246,7 @@ SPDLOG_INLINE size_t filesize(FILE *f)
#endif
#endif
throw_spdlog_ex("Failed getting file size from fd", errno);
return 0; // will not be reached.
return 0; // will not be reached.
}
// Return utc offset in minutes or throw spdlog_ex on failure