]> git.mxchange.org Git - core.git/blobdiff - framework/main/classes/file_directories/class_BaseFileIo.php
Refacuring:
[core.git] / framework / main / classes / file_directories / class_BaseFileIo.php
index bda041bb979d44267a85b10e03d43451f9bb9301..6e95edd04298a683e1f6d1606c1481ff65651c9c 100644 (file)
@@ -175,7 +175,7 @@ abstract class BaseFileIo extends BaseFrameworkSystem implements FilePointer, Cl
                $seekStatus = $this->seek(0, SEEK_END);
                //* NOISY-DEBUG: */ self::createDebugInstance(__CLASS__, __LINE__)->debugOutput(sprintf('[%s:%d:] seekStatus=%d', __METHOD__, __LINE__, $seekStatus));
 
-               // Get position again  (which is the end of the file)
+               // Get position again (which is the end of the file)
                $size = $this->determineSeekPosition();
 
                // Reset seek position to old