[gnome-shell] main: Fix code style



commit ea3866a07ae0d4d9462e8452ee587f813af6b568
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Tue Jul 8 14:29:50 2014 -0400

    main: Fix code style

 js/ui/main.js |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/js/ui/main.js b/js/ui/main.js
index e487250..3e5317f 100644
--- a/js/ui/main.js
+++ b/js/ui/main.js
@@ -233,8 +233,7 @@ function _loadDefaultStylesheet() {
  * Returns: A file path that contains the theme CSS,
  *          null if using the default
  */
-function getThemeStylesheet()
-{
+function getThemeStylesheet() {
     return _cssStylesheet;
 }
 
@@ -245,8 +244,7 @@ function getThemeStylesheet()
  *
  * Set the theme CSS file that the shell will load
  */
-function setThemeStylesheet(cssStylesheet)
-{
+function setThemeStylesheet(cssStylesheet) {
     _cssStylesheet = cssStylesheet;
 }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]