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:
@@ -262,8 +262,8 @@ data _null_;
|
|||||||
rc=filename(fname);
|
rc=filename(fname);
|
||||||
/* now wait for the real SYSIN (location of code.sas) */
|
/* now wait for the real SYSIN (location of code.sas) */
|
||||||
slept=0;fname='';
|
slept=0;fname='';
|
||||||
do until (slept>(60*15) );
|
do until (slept>(60*15));
|
||||||
rc=filename(fname,getoption('SYSIN') );
|
rc=filename(fname,getoption('SYSIN'));
|
||||||
if rc = 0 and fexist(fname) then do;
|
if rc = 0 and fexist(fname) then do;
|
||||||
putlog fname=;
|
putlog fname=;
|
||||||
rc=filename(fname);
|
rc=filename(fname);
|
||||||
|
|||||||
Reference in New Issue
Block a user