From 1d8553b9dcc72d6596164a8bb76a8049e937a518 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 9 Aug 2021 21:06:36 +0200 Subject: clang-format fixes --- zencore/except.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'zencore/except.cpp') diff --git a/zencore/except.cpp b/zencore/except.cpp index 124b9455f..68b9e9a9b 100644 --- a/zencore/except.cpp +++ b/zencore/except.cpp @@ -1,8 +1,8 @@ // Copyright Epic Games, Inc. All Rights Reserved. +#include #include #include -#include namespace zen { @@ -29,7 +29,8 @@ void ThrowLastError(std::string_view Message, const std::source_location& Location) { using namespace fmt::literals; - throw std::system_error(std::error_code(::GetLastError(), std::system_category()), "{}({}): {}"_format(Location.file_name(), Location.line(), Message)); + throw std::system_error(std::error_code(::GetLastError(), std::system_category()), + "{}({}): {}"_format(Location.file_name(), Location.line(), Message)); } } // namespace zen -- cgit v1.2.3