[gjs: 2/3] Gio: Fix makeProxyWrapper indentation
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 2/3] Gio: Fix makeProxyWrapper indentation
- Date: Sat, 8 Jun 2019 06:41:30 +0000 (UTC)
commit ffeb1a1d6521775d1366a5678faba37226247699
Author: Marco Trevisan (TreviƱo) <mail 3v1n0 net>
Date: Tue May 28 20:36:11 2019 -0500
Gio: Fix makeProxyWrapper indentation
modules/overrides/Gio.js | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/modules/overrides/Gio.js b/modules/overrides/Gio.js
index b85091a0..c32448f9 100644
--- a/modules/overrides/Gio.js
+++ b/modules/overrides/Gio.js
@@ -225,11 +225,12 @@ function _makeProxyWrapper(interfaceXml) {
return function(bus, name, object, asyncCallback, cancellable,
flags = Gio.DBusProxyFlags.NONE) {
var obj = new Gio.DBusProxy({ g_connection: bus,
- g_interface_name: iname,
- g_interface_info: info,
- g_name: name,
- g_flags: flags,
- g_object_path: object });
+ g_interface_name: iname,
+ g_interface_info: info,
+ g_name: name,
+ g_flags: flags,
+ g_object_path: object });
+
if (!cancellable)
cancellable = null;
if (asyncCallback)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]