forgot to take the auto tabs off...turned into spaces

This commit is contained in:
RJ Catalano 2016-01-11 15:48:41 -06:00
parent 4a6815c9bd
commit b230fe1905

View File

@ -326,7 +326,7 @@ Examples::
struct S { uint a; uint b; }
S public x = S(1, 2);
string name = "Ada";
string[4] memory AdaArr = ["This", "is", "an", "array"];
string[4] memory AdaArr = ["This", "is", "an", "array"];
}
contract D {
C c = new C();