[gnome-maps] application: Fix code alignment
- From: Damián Nohales <dnohales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] application: Fix code alignment
- Date: Thu, 23 Oct 2014 19:23:58 +0000 (UTC)
commit a6402fa8ab7ab36f01dbaae5f1ec8ce4022c84a0
Author: Damián Nohales <damiannohales gmail com>
Date: Thu Oct 23 16:23:08 2014 -0300
application: Fix code alignment
src/application.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 4793c88..e1fa2dd 100644
--- a/src/application.js
+++ b/src/application.js
@@ -83,8 +83,8 @@ const Application = new Lang.Class({
},
_checkNetwork: function() {
- let addr = new Gio.NetworkAddress({ hostname:'tile.openstreetmap.org',
- port:80 });
+ let addr = new Gio.NetworkAddress({ hostname: 'tile.openstreetmap.org',
+ port: 80 });
networkMonitor.can_reach_async(addr, null, (function(networkMonitor, res) {
try {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]