formatting

integration
SignpostMarv 2012-08-31 13:10:17 +01:00 committed by Melanie
parent e6f43023b6
commit 4c58c1b116
1 changed files with 1 additions and 2 deletions

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)