[gnome-devel-docs] Trimmed trailing whitespace in .py files.
- From: Tiffany Antopolski <antopolski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-devel-docs] Trimmed trailing whitespace in .py files.
- Date: Sat, 23 Jun 2012 01:09:38 +0000 (UTC)
commit cb082bca3d53f8585aa1ba39e0686f3cb959057a
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date: Fri Jun 22 21:06:30 2012 -0400
Trimmed trailing whitespace in .py files.
platform-demos/C/samples/gmenu.py | 2 +-
platform-demos/C/samples/grid.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/platform-demos/C/samples/gmenu.py b/platform-demos/C/samples/gmenu.py
index 1d65135..21005ae 100644
--- a/platform-demos/C/samples/gmenu.py
+++ b/platform-demos/C/samples/gmenu.py
@@ -36,7 +36,7 @@ class MyApplication(Gtk.Application):
new_action = Gio.SimpleAction.new ("new", None)
new_action.connect ("activate", self.new_cb)
self.add_action (new_action)
-
+
about_action = Gio.SimpleAction.new ("about", None)
about_action.connect ("activate", self.about_cb)
self.add_action (about_action)
diff --git a/platform-demos/C/samples/grid.py b/platform-demos/C/samples/grid.py
index d5e5538..206fc75 100644
--- a/platform-demos/C/samples/grid.py
+++ b/platform-demos/C/samples/grid.py
@@ -7,7 +7,7 @@ class GridWindow(Gtk.ApplicationWindow):
grid = Gtk.Grid()
button = Gtk.Button(label="Button")
-
+
self.add(grid)
grid.attach(button, 1, 1, 1, 1)
self.progress_bar = Gtk.ProgressBar()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]