mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-13 20:07:09 +01:00
Replace spaces for same formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user