trailing whitespace

This commit is contained in:
John Colvin 2023-03-05 13:16:36 +00:00
parent 08c07cda3a
commit 3f1de5a834
29 changed files with 97 additions and 97 deletions

View file

@ -159,7 +159,7 @@ template enforceBase(ExceptionBaseClass, string failureCondition = "ret is null"
sink(" call failed");
}
}
auto exception = new C(args);
exception.file = file;
exception.line = line;
@ -188,7 +188,7 @@ void raise(ExceptionBaseClass, T...)(string file = __FILE__, size_t line = __LIN
sink(__traits(identifier, ExceptionBaseClass));
}
}
auto exception = new C();
exception.file = file;
exception.line = line;