From 4075d9e3be447a2fbc7178700ac24fe21cf0738a Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 22 Mar 2015 01:08:41 +0100 Subject: [PATCH] Minor fix, don't mix space and tab for intending, except for comment block: MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit /* * This is an intended comment block with tabs and spaces to call doBla(). */ $this->doBla(); Signed-off-by: Roland Häder --- .../main/file_directories/binary/class_BaseBinaryFile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/classes/main/file_directories/binary/class_BaseBinaryFile.php b/inc/classes/main/file_directories/binary/class_BaseBinaryFile.php index 20e52c8f..a6cfad6c 100644 --- a/inc/classes/main/file_directories/binary/class_BaseBinaryFile.php +++ b/inc/classes/main/file_directories/binary/class_BaseBinaryFile.php @@ -586,7 +586,7 @@ class BaseBinaryFile extends BaseAbstractFile { /** * Rewinds to the beginning of the file * - * @return $status Status of this operation + * @return $status Status of this operation */ public function rewind () { // Call pointer instance -- 2.39.2