From f68a2c50e63461258e914e96aa81effdcedfa1aa Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 18 Jun 2013 01:46:40 +0200 Subject: [PATCH] MDL-40137 Whitespace fix --- theme/clean/lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/clean/lib.php b/theme/clean/lib.php index 427748775a6..22c65088cc5 100644 --- a/theme/clean/lib.php +++ b/theme/clean/lib.php @@ -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 @@ -171,4 +171,4 @@ function clean_set_logo($css, $logo) { function clean_set_customcss($css, $customcss) { debugging('Please call theme_'.__FUNCTION__.' instead of '.__FUNCTION__, DEBUG_DEVELOPER); return theme_clean_set_customcss($css, $customcss); -} \ No newline at end of file +}