diff run/a/alias_31_B.d @ 1091:9dcac8d4e97f

post DMD-0.163 review
author thomask
date Fri, 21 Jul 2006 11:15:26 +0000
parents 2559f0f5baad
children b8c0195059d9
line wrap: on
line diff
--- a/run/a/alias_31_B.d	Thu Jul 20 14:47:29 2006 +0000
+++ b/run/a/alias_31_B.d	Fri Jul 21 11:15:26 2006 +0000
@@ -17,7 +17,7 @@
 }
 
 int main(){
-	auto  c = new StructOf!(int)();
+	auto c = new StructOf!(int)();
 	int x = 3;
 
 	c.ref!() = x;