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
*
*******************************************/
- /**
+ /**
* 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);
*
$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;