From 9e665a37516bc5d15714a69db7334d6a6d3fa3b7 Mon Sep 17 00:00:00 2001 From: mattpass Date: Wed, 24 Jun 2020 17:41:51 +0100 Subject: [PATCH] Replace spaces for same formatting --- lib/bug-files-check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bug-files-check.php b/lib/bug-files-check.php index 16853ba..7ad6c37 100644 --- a/lib/bug-files-check.php +++ b/lib/bug-files-check.php @@ -44,7 +44,7 @@ if ("error" !== $result) { $lines = $maxLines + 1 + 1; // 1 (possibly) for end of file and 1 for partial lines // Open the file - $systemClass->invalidateOPCache($filename); + $systemClass->invalidateOPCache($filename); $f = fopen($filename, "rb"); // Jump to last character