From c5e9d51e517da7c1b60a9198338ab1621351866f Mon Sep 17 00:00:00 2001 From: terrafrost Date: Thu, 10 Aug 2023 22:33:35 -0500 Subject: [PATCH] CS adjustment --- phpseclib/bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/bootstrap.php b/phpseclib/bootstrap.php index 8c4d8c20..fdbd5e8e 100644 --- a/phpseclib/bootstrap.php +++ b/phpseclib/bootstrap.php @@ -29,4 +29,4 @@ if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' && function_exists('opcache_get_s 'JIT on Windows is not currently supported' ); } -} \ No newline at end of file +}