From 3529232f1f7be9ef7a96e0eed5add02063d23ad2 Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Wed, 12 Mar 2025 17:29:02 +0000 Subject: [PATCH] chore: whitespace removal --- api/src/controllers/internal/Session.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/src/controllers/internal/Session.ts b/api/src/controllers/internal/Session.ts index 2ba483b..7cc2847 100644 --- a/api/src/controllers/internal/Session.ts +++ b/api/src/controllers/internal/Session.ts @@ -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);