@@ -23,7 +23,7 @@ |
||
| 23 | 23 | */ |
| 24 | 24 | public function wrap($content, $width = 75, $break = "\n", $cut = false) { |
| 25 | 25 | |
| 26 | - if(!empty($content)) |
|
| 26 | + if (!empty($content)) |
|
| 27 | 27 | { |
| 28 | 28 | return wordwrap($content, $width, $break, $cut); |
| 29 | 29 | } |