diff options
author | Andreas Gohr <andi@splitbrain.org> | 2013-09-22 08:39:16 -0700 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2013-09-22 08:39:16 -0700 |
commit | 77fdda69a5ae7b877bdf66d5158b3ab0b583f4f4 (patch) | |
tree | 16238e3eae6141a199a91704493a5a3770d8b56a /inc/parser/handler.php | |
parent | 9c438d6c2f958e38aa324a04ed37b9a072872038 (diff) | |
parent | 2f7a0e94cadfbc1ece3bd1d3ff23483b845cd420 (diff) | |
download | rpg-77fdda69a5ae7b877bdf66d5158b3ab0b583f4f4.tar.gz rpg-77fdda69a5ae7b877bdf66d5158b3ab0b583f4f4.tar.bz2 |
Merge pull request #333 from mperry2/whitespace
Fix CodeSniffer whitespace violoations
Diffstat (limited to 'inc/parser/handler.php')
-rw-r--r-- | inc/parser/handler.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/parser/handler.php b/inc/parser/handler.php index 6e6cca1a9..b72f051ae 100644 --- a/inc/parser/handler.php +++ b/inc/parser/handler.php @@ -618,7 +618,6 @@ function Doku_Handler_Parse_Media($match) { // Split title from URL $link = explode('|',$link,2); - // Check alignment $ralign = (bool)preg_match('/^ /',$link[0]); $lalign = (bool)preg_match('/ $/',$link[0]); @@ -1341,7 +1340,6 @@ class Doku_Handler_Table { break; } - } } @@ -1368,7 +1366,6 @@ class Doku_Handler_Table { break; } - } } if (is_null($spanning_cell)) { @@ -1403,7 +1400,6 @@ class Doku_Handler_Table { } } - // condense cdata $cnt = count($this->tableCalls); for( $key = 0; $key < $cnt; $key++){ |