Remove all trailing whitespace

sed 's/[ \t]*$//' -i **/*.d
This commit is contained in:
Sebastian Wilzbach 2017-07-02 23:54:30 +02:00
parent 3faa5f3bdc
commit 8f89733a86
16 changed files with 114 additions and 114 deletions

View file

@ -1237,7 +1237,7 @@ package class VibedScheduler : Scheduler {
final switch (st_concurrencyPrimitive) with (ConcurrencyPrimitive) {
case task: runTask(op); break;
case workerTask:
case workerTask:
static void wrapper(shared(void delegate()) op) {
(cast(void delegate())op)();
}