From 2e200d9b93dbb26f643296a2f36c059af57d3838 Mon Sep 17 00:00:00 2001 From: Stefano Kowalke Date: Wed, 9 May 2012 22:44:46 +0200 Subject: [PATCH] [Task] Change whitespaces in indentions into tabs This is a follow up to #36871. Some whitespace indentions came back into core. This patch removes them. Change-Id: Iabc8eb2fed79ae6de8e8e9e12fcdb7a5bcb65a40 Related: #36871 Resolves: #37020 Releases: 6.0 Reviewed-on: http://review.typo3.org/11120 Reviewed-by: Philipp Gampe Tested-by: Philipp Gampe Reviewed-by: Wouter Wolters Tested-by: Wouter Wolters Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn --- t3lib/class.t3lib_befunc.php | 2 +- t3lib/class.t3lib_cs.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t3lib/class.t3lib_befunc.php b/t3lib/class.t3lib_befunc.php index 4dda01a3339c..0054970cf58e 100644 --- a/t3lib/class.t3lib_befunc.php +++ b/t3lib/class.t3lib_befunc.php @@ -3087,7 +3087,7 @@ final class t3lib_BEfunc { * *******************************************/ - /** + /** * Set preview keyword, eg: * $previewUrl = t3lib_div::getIndpEnv('TYPO3_SITE_URL').'index.php?ADMCMD_prev='.t3lib_BEfunc::compilePreviewKeyword('id='.$pageId.'&L='.$language.'&ADMCMD_view=1&ADMCMD_editIcons=1&ADMCMD_previewWS='.$this->workspace, $GLOBALS['BE_USER']->user['uid'], 120); * diff --git a/t3lib/class.t3lib_cs.php b/t3lib/class.t3lib_cs.php index bdab7451c381..7b70c25982dc 100644 --- a/t3lib/class.t3lib_cs.php +++ b/t3lib/class.t3lib_cs.php @@ -1865,7 +1865,7 @@ class t3lib_cs { $byte_start = $this->utf8_char2byte_pos($str, $start); if ($byte_start === FALSE) { if ($start > 0) { - // $start outside string length + // $start outside string length return FALSE; } else { $start = 0; -- 2.20.1