Fix inconsistent spacing in methodmap decl.

This commit is contained in:
Nicholas Hastings
2014-10-28 14:20:34 -04:00
parent de045b5ab6
commit 585786b465
+2 -2
View File
@@ -175,8 +175,8 @@ methodmap DataPack < Handle
public IsReadable() = IsPackReadable;
property int Position {
public get() = GetPackPosition;
public get() = GetPackPosition;
public set() = SetPackPosition;
}
}
};