mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Minor formatting cleanup.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
|
||||
public void ApiTypeOSSL(IScriptApi api)
|
||||
{
|
||||
if(!(api is IOSSL_Api))
|
||||
if (!(api is IOSSL_Api))
|
||||
return;
|
||||
|
||||
m_OSSL_Functions = (IOSSL_Api)api;
|
||||
|
||||
Reference in New Issue
Block a user