code: Run clang-format

This commit is contained in:
GPUCode
2022-10-07 12:13:27 +03:00
parent 711b699689
commit f750da1508
85 changed files with 1704 additions and 1977 deletions

View File

@ -4,8 +4,8 @@
#pragma once
#include <fmt/format.h>
#include <type_traits>
#include <fmt/format.h>
// adapted from https://github.com/fmtlib/fmt/issues/2704
// a generic formatter for enum classes