remove trailing whitespace, detab, tolf

This commit is contained in:
Rainer Schuetze 2015-05-17 21:54:33 +02:00
parent d8e2ad4326
commit adab223837
11 changed files with 517 additions and 517 deletions

View file

@ -1414,7 +1414,7 @@ template forward(args...)
static if (args.length)
{
import std.algorithm.mutation : move;
import std.algorithm.mutation : move;
alias arg = args[0];
static if (__traits(isRef, arg))