mirror of
https://github.com/adamdruppe/arsd.git
synced 2025-04-27 05:40:00 +03:00
trailing whitespace
This commit is contained in:
parent
08c07cda3a
commit
3f1de5a834
29 changed files with 97 additions and 97 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue