Skip to content

Commit

Permalink
MDL-40137 Whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jun 17, 2013
1 parent 421e6de commit b515f80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theme/clean/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function theme_clean_process_css($css, $theme) {

/**
* Adds the logo to CSS.
*
*
* @param string $css The CSS.
* @param string $logo The URL of the logo.
* @return string The parsed CSS
Expand Down Expand Up @@ -168,4 +168,4 @@ function clean_set_logo() {
*/
function clean_set_customcss() {
throw new coding_exception('Please call theme_'.__FUNCTION__.' instead of '.__FUNCTION__);
}
}

0 comments on commit b515f80

Please sign in to comment.