From 585786b4650389ab6fea6bf7f4f5ec87dce594e9 Mon Sep 17 00:00:00 2001 From: Nicholas Hastings Date: Mon, 27 Oct 2014 19:40:38 -0400 Subject: [PATCH] Fix inconsistent spacing in methodmap decl. --- plugins/include/datapack.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/datapack.inc b/plugins/include/datapack.inc index 0505cf31..7807d074 100644 --- a/plugins/include/datapack.inc +++ b/plugins/include/datapack.inc @@ -175,8 +175,8 @@ methodmap DataPack < Handle public IsReadable() = IsPackReadable; property int Position { - public get() = GetPackPosition; + public get() = GetPackPosition; public set() = SetPackPosition; - } + } };