diff options
| author | Henny022p <info@henny022.de> | 2021-11-23 09:31:09 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2021-11-23 09:31:09 +0100 |
| commit | dee773da4a12af1c48bf58d6275fe4fed20871b6 (patch) | |
| tree | 95b99e35c56c3d92a48f3becd484028a2a0fc745 /tools/src/mid2agb/error.cpp | |
| parent | 5f41468ba85deca14747b9dd23ca7a1cf6bdd2a4 (diff) | |
apply clang-format to tool sources
Diffstat (limited to 'tools/src/mid2agb/error.cpp')
| -rw-r--r--[-rwxr-xr-x] | tools/src/mid2agb/error.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/src/mid2agb/error.cpp b/tools/src/mid2agb/error.cpp index 13e38ffa..d824ae86 100755..100644 --- a/tools/src/mid2agb/error.cpp +++ b/tools/src/mid2agb/error.cpp @@ -23,8 +23,7 @@ #include <cstdarg> // Reports an error diagnostic and terminates the program. -[[noreturn]] void RaiseError(const char* format, ...) -{ +[[noreturn]] void RaiseError(const char* format, ...) { const int bufferSize = 1024; char buffer[bufferSize]; std::va_list args; |
