[meld] ui.findbar: PEP8
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] ui.findbar: PEP8
- Date: Sat, 11 Oct 2014 21:28:36 +0000 (UTC)
commit c11007bc2b277f9e6b265059986dba1d5dd42901
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sun Oct 12 06:57:50 2014 +1000
ui.findbar: PEP8
meld/ui/findbar.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meld/ui/findbar.py b/meld/ui/findbar.py
index 5dc3ab7..1d201eb 100644
--- a/meld/ui/findbar.py
+++ b/meld/ui/findbar.py
@@ -135,7 +135,7 @@ class FindBar(gnomeglade.Component):
start, end = buf.get_bounds()
self.wrap_box.set_visible(False)
if not backwards:
- insert.forward_chars (start_offset)
+ insert.forward_chars(start_offset)
match, start_iter, end_iter = self.search_context.forward(insert)
if match and (start_iter.get_offset() < insert.get_offset()):
self.wrap_box.set_visible(True)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]