main: Fix code style

This commit is contained in:
Jasper St. Pierre 2014-07-08 14:29:50 -04:00
parent e41879a5c4
commit ea3866a07a

View File

@ -233,8 +233,7 @@ function _loadDefaultStylesheet() {
* Returns: A file path that contains the theme CSS, * Returns: A file path that contains the theme CSS,
* null if using the default * null if using the default
*/ */
function getThemeStylesheet() function getThemeStylesheet() {
{
return _cssStylesheet; return _cssStylesheet;
} }
@ -245,8 +244,7 @@ function getThemeStylesheet()
* *
* Set the theme CSS file that the shell will load * Set the theme CSS file that the shell will load
*/ */
function setThemeStylesheet(cssStylesheet) function setThemeStylesheet(cssStylesheet) {
{
_cssStylesheet = cssStylesheet; _cssStylesheet = cssStylesheet;
} }