MDL-27622 theme_mymobile: whitespace fixes

This commit is contained in:
Eloy Lafuente (stronk7) 2011-11-11 20:22:41 +01:00
parent dddfaa73cb
commit cf2de1cf10

View File

@ -113,7 +113,7 @@ class theme_mymobile_core_renderer extends core_renderer {
/**
* Returns the dtheme to use for the selected swatch
*
*
* @return string
*/
protected function theme_swatch() {
@ -688,7 +688,7 @@ class theme_mymobile_core_renderer extends core_renderer {
*/
public function blocks_for_region($region) {
$blockcontents = $this->page->blocks->get_content_for_region($region, $this);
$output = '';
foreach ($blockcontents as $bc) {
if ($bc instanceof block_contents) {
@ -970,4 +970,4 @@ class theme_mymobile_mod_choice_renderer extends plugin_renderer_base {
return $html;
}
}
}