Style fixes.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-08-16 17:34:58 +02:00
parent 73e67b8c5d
commit 5c9e58d032
2 changed files with 5 additions and 3 deletions

View File

@@ -6,7 +6,8 @@ using namespace ArbUt;
#ifndef WINDOWS
__attribute__((optnone))
#endif
static void Thrower(){
static void
Thrower() {
throw ArbUt::Exception("foobar");
}