From 6de735e578897252c34842a8fee6fa2d860f55ca Mon Sep 17 00:00:00 2001 From: kai Date: Mon, 17 Dec 2012 00:08:06 +0100 Subject: [PATCH] Whitespace fixes --- dmd2/lexer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dmd2/lexer.c b/dmd2/lexer.c index 4158324b..00a8365f 100644 --- a/dmd2/lexer.c +++ b/dmd2/lexer.c @@ -577,7 +577,7 @@ void Lexer::scan(Token *t) t->value = TOKstring; #if DMDV2 if (!global.params.useDeprecated) - error("Escape String literal %.*s is deprecated, use double quoted string literal \"%.*s\" instead", (int)(p - pstart), pstart, (int)(p - pstart), pstart); + error("Escape String literal %.*s is deprecated, use double quoted string literal \"%.*s\" instead", (int)(p - pstart), pstart, (int)(p - pstart), pstart); #endif return; } @@ -671,7 +671,7 @@ void Lexer::scan(Token *t) } else if (id == Id::VENDOR) { - t->ustring = (unsigned char *)"LDC"; + t->ustring = (unsigned char *)"LDC"; goto Lstr; } else if (id == Id::TIMESTAMP)