From 6c53fd98f00568b06b556694e233c49304b4f17c Mon Sep 17 00:00:00 2001 From: coderJeff Date: Sun, 26 Nov 2023 18:13:45 -0500 Subject: [PATCH] fbc: normalize whitespace before merge --- src/compiler/fbc.bas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler/fbc.bas b/src/compiler/fbc.bas index 089907a48..22effe431 100644 --- a/src/compiler/fbc.bas +++ b/src/compiler/fbc.bas @@ -1264,8 +1264,8 @@ private function hLinkFiles( ) as integer exit function end if - dim value as long = clng( fbGetOption( FB_COMPOPT_STACKSIZE ) ) - put #f, 533, value + dim value as long = clng( fbGetOption( FB_COMPOPT_STACKSIZE ) ) + put #f, 533, value close #f