Apply clang-format and update inclusion guards

This commit is contained in:
Victor Zverovich
2019-12-18 11:05:31 -08:00
parent 6100ed4bb3
commit 2201890d7a
3 changed files with 9 additions and 7 deletions

View File

@@ -90,7 +90,7 @@
FMT_BEGIN_NAMESPACE
namespace internal {
template <typename Exception> inline void do_throw(const Exception& x) {
// Silence unreachable code warnings in MSVC and NVCC because these
// Silence unreachable code warnings in MSVC and NVCC because these
// are nearly impossible to fix in a generic code.
volatile bool b = true;
if (b) throw x;