Changes all instances of if ( to if(

This commit is contained in:
Dedhia
2018-10-02 07:43:38 -07:00
parent 9f2705dd6b
commit 0d1ee8c64f
2 changed files with 3 additions and 3 deletions
@@ -86,9 +86,9 @@
if("PRG_openfile")
. = 1
var/datum/computer_file/F = HDD.find_file_by_name(href_list["PRG_openfile"])
if (!F)
if(!F)
return
if (F.can_access_file(usr))
if(F.can_access_file(usr))
open_file = href_list["PRG_openfile"]
else
return