Low-hanging DMD diff reduction fruit.

The trailing whitespace isn't pretty, but removes the
files completly from the diff.
This commit is contained in:
David Nadlinger
2013-10-05 21:19:35 +02:00
parent 0e249c028e
commit ee7fe16e40
3 changed files with 2 additions and 6 deletions

View File

@@ -129,7 +129,7 @@ int StructLiteralExp::apply(fp_t fp, void *param)
stageflags |= stageApply;
int ret = condApply(elements, fp, param) ||
(*fp)(this, param);
stageflags = old;
stageflags = old;
return ret;
}

View File

@@ -164,7 +164,7 @@ Lneed:
* Note that s will be constructed onto the stack, and probably
* copy-constructed in caller site.
*
* If S has copy copy construction and/or destructor,
* If S has copy copy construction and/or destructor,
* the body will make bit-wise object swap:
* S __tmp = this; // bit copy
* this = s; // bit copy

View File

@@ -21,10 +21,6 @@
#include "scope.h"
#include "init.h"
#if IN_LLVM
#include "init.h"
#endif
/********************************************
* Convert from expression to delegate that returns the expression,
* i.e. convert: