More spacing

This commit is contained in:
zontreck 2024-08-13 23:30:43 -07:00
parent d90238d45f
commit 69db9248c3

View file

@ -29,10 +29,12 @@ integer checkSupportUser(key kID, integer minAccessRights)
} }
return FALSE; return FALSE;
} }
checkSupport() checkSupport()
{ {
UpdateDSRequest(NULL, llHTTPRequest(API_SERVER + "/zni/Get_Support.php", [], ""), SetDSMeta(["get_support"])); UpdateDSRequest(NULL, llHTTPRequest(API_SERVER + "/zni/Get_Support.php", [], ""), SetDSMeta(["get_support"]));
} }
string MakeTimeNotation(integer iSec) string MakeTimeNotation(integer iSec)
{ {
integer iDifference = iSec; integer iDifference = iSec;