Commit da2b3ebe authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

parent 1d127dcf
...@@ -8,7 +8,7 @@ function system_get_language_code() { ...@@ -8,7 +8,7 @@ function system_get_language_code() {
if (isset($config['system']['language'])) { if (isset($config['system']['language'])) {
$language = $config['system']['language']; $language = $config['system']['language'];
$code = str_replace("_", "-", $language); $code = str_replace("_", "-", $language);
} }
return $code; return $code;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment