[d-feet/wjt/ci: 49/49] dbus_utils: fix indentation
- From: Will Thompson <wjt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [d-feet/wjt/ci: 49/49] dbus_utils: fix indentation
- Date: Thu, 21 Mar 2019 13:33:37 +0000 (UTC)
commit b98b1b5d3daf248e61ce3b06ef7e21927ad7da82
Author: Will Thompson <wjt endlessm com>
Date: Thu Mar 21 12:30:56 2019 +0000
dbus_utils: fix indentation
pycodestyle says:
../../src/dfeet/dbus_utils.py:124:17: E117 over-indented
and it is correct: the indentation is misleading.
src/dfeet/dbus_utils.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/dfeet/dbus_utils.py b/src/dfeet/dbus_utils.py
index 71f052b..222a4e2 100644
--- a/src/dfeet/dbus_utils.py
+++ b/src/dfeet/dbus_utils.py
@@ -105,7 +105,7 @@ def sig_to_type_list(sig):
for item in type_:
result.append(item)
else:
- result.append(type_)
+ result.append(type_)
i += 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]