[gnome-shell] main: Fix code indentation
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] main: Fix code indentation
- Date: Fri, 5 Sep 2014 00:55:56 +0000 (UTC)
commit ea3fd0cf65f30d31c4d04b42fa4fe45b6907c5be
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Sep 4 17:55:05 2014 -0700
main: Fix code indentation
This has been bothering me for a while.
js/ui/main.js | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/js/ui/main.js b/js/ui/main.js
index 9f4efa8..be69ca1 100644
--- a/js/ui/main.js
+++ b/js/ui/main.js
@@ -204,24 +204,24 @@ function _initializeUI() {
}
layoutManager.connect('startup-complete', function() {
- if (keybindingMode == Shell.KeyBindingMode.NONE) {
- keybindingMode = Shell.KeyBindingMode.NORMAL;
- }
- if (screenShield) {
- screenShield.lockIfWasLocked();
- }
- if (LoginManager.haveSystemd() &&
- sessionMode.currentMode != 'gdm' &&
- sessionMode.currentMode != 'initial-setup') {
- // Do not import globally to not depend
- // on systemd on non-systemd systems.
- let GSystem = imports.gi.GSystem;
- GSystem.log_structured_print('GNOME Shell started at ' + _startDate,
- ['MESSAGE_ID=' +
GNOMESHELL_STARTED_MESSAGE_ID]);
- } else {
- log('GNOME Shell started at ' + _startDate);
- }
- });
+ if (keybindingMode == Shell.KeyBindingMode.NONE) {
+ keybindingMode = Shell.KeyBindingMode.NORMAL;
+ }
+ if (screenShield) {
+ screenShield.lockIfWasLocked();
+ }
+ if (LoginManager.haveSystemd() &&
+ sessionMode.currentMode != 'gdm' &&
+ sessionMode.currentMode != 'initial-setup') {
+ // Do not import globally to not depend
+ // on systemd on non-systemd systems.
+ let GSystem = imports.gi.GSystem;
+ GSystem.log_structured_print('GNOME Shell started at ' + _startDate,
+ ['MESSAGE_ID=' + GNOMESHELL_STARTED_MESSAGE_ID]);
+ } else {
+ log('GNOME Shell started at ' + _startDate);
+ }
+ });
}
function _loadDefaultStylesheet() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]