diff nocompile/bug_cgcs_353.d @ 111:24da167d3f07

svn maintenance 1) mime types 2) end of line property 3) updated links in the result page
author thomask
date Sun, 07 Nov 2004 08:37:27 +0000
parents 659bb018c489
children a33ad7189d21
line wrap: on
line diff
--- a/nocompile/bug_cgcs_353.d	Sat Nov 06 21:55:48 2004 +0000
+++ b/nocompile/bug_cgcs_353.d	Sun Nov 07 08:37:27 2004 +0000
@@ -1,18 +1,18 @@
-// @author@	Regan Heath <regan@netwin.co.nz>
-// @date@	2004-06-10
-// @uri@	news://opr9c6ny1b5a2sq9@digitalmars.com
-// @url@	nttp://digitalmars.com/digitalmars.D.bugs:438
-
-module dstress.nocompile.bug_cgcs_353;
-
-struct Bug {
-	ubyte[64] buffer;
-
-	void fn(ubyte[] input){
-		uint i;
-
-		i = 64-buffer.length;
-		buffer[] ~= input[0..i];		
-	}
-}
-
+// @author@	Regan Heath <regan@netwin.co.nz>
+// @date@	2004-06-10
+// @uri@	news://opr9c6ny1b5a2sq9@digitalmars.com
+// @url@	nttp://digitalmars.com/digitalmars.D.bugs:438
+
+module dstress.nocompile.bug_cgcs_353;
+
+struct Bug {
+	ubyte[64] buffer;
+
+	void fn(ubyte[] input){
+		uint i;
+
+		i = 64-buffer.length;
+		buffer[] ~= input[0..i];		
+	}
+}
+