1
0
mirror of https://github.com/sasjs/server.git synced 2025-12-10 11:24:35 +00:00

chore: whitespace removal

This commit is contained in:
Allan Bowe
2025-03-12 17:29:02 +00:00
parent f4768bffd3
commit 3529232f1f

View File

@@ -262,8 +262,8 @@ data _null_;
rc=filename(fname);
/* now wait for the real SYSIN (location of code.sas) */
slept=0;fname='';
do until (slept>(60*15) );
rc=filename(fname,getoption('SYSIN') );
do until (slept>(60*15));
rc=filename(fname,getoption('SYSIN'));
if rc = 0 and fexist(fname) then do;
putlog fname=;
rc=filename(fname);