[gimp] Bug 792197 - inconsistent use of tabs and spaces in indentation
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 792197 - inconsistent use of tabs and spaces in indentation
- Date: Thu, 4 Jan 2018 12:26:38 +0000 (UTC)
commit 6b4b8c95c73591d50ba9d119fcfc212107b160b3
Author: tcapix <tcapix gmail com>
Date: Thu Jan 4 13:25:26 2018 +0100
Bug 792197 - inconsistent use of tabs and spaces in indentation
Turn tabs into spaces.
plug-ins/pygimp/gimpfu.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/pygimp/gimpfu.py b/plug-ins/pygimp/gimpfu.py
index 9a1f070..5149f3b 100644
--- a/plug-ins/pygimp/gimpfu.py
+++ b/plug-ins/pygimp/gimpfu.py
@@ -216,7 +216,7 @@ def register(proc_name, blurb, help, author, copyright, date, label,
allowed = _string.letters + _string.digits + "_" + "-"
for ch in str:
if not ch in allowed:
- return 0
+ return 0
else:
return 1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]