diff dmd/VarDeclaration.d @ 157:b7b61140701d

* added all missing default cases in switch statements + Lexer.getDocComment + Lexer.combineComments
author trass3r
date Thu, 16 Sep 2010 01:34:10 +0200
parents af1bebfd96a4
children e3afd1303184
line wrap: on
line diff
--- a/dmd/VarDeclaration.d	Wed Sep 15 18:24:39 2010 +0200
+++ b/dmd/VarDeclaration.d	Thu Sep 16 01:34:10 2010 +0200
@@ -196,7 +196,7 @@
 		 */
 		int inferred = 0;
 		if (!type)
-		{	
+		{
 			inuse++;
 			
 			ArrayInitializer ai = init.isArrayInitializer();