summaryrefslogtreecommitdiff
path: root/tools/src/mid2agb/error.cpp
diff options
context:
space:
mode:
authorHenny022p <info@henny022.de>2021-11-23 09:31:09 +0100
committerHenny022p <info@henny022.de>2021-11-23 09:31:09 +0100
commitdee773da4a12af1c48bf58d6275fe4fed20871b6 (patch)
tree95b99e35c56c3d92a48f3becd484028a2a0fc745 /tools/src/mid2agb/error.cpp
parent5f41468ba85deca14747b9dd23ca7a1cf6bdd2a4 (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.cpp3
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;