formatting

This commit is contained in:
SignpostMarv
2012-08-31 13:10:17 +01:00
committed by Melanie
parent e6f43023b6
commit 4c58c1b116

View File

@@ -140,8 +140,7 @@ namespace OpenSim.Region.OptionalModules.Scripting.ScriptModuleComms
else
getMethodFlags |= BindingFlags.Static;
return target.GetMethod(meth,
getMethodFlags);
return target.GetMethod(meth, getMethodFlags);
}
public void RegisterScriptInvocation(object target, string meth)