From d875a9875a5788e0397741977755f11a53a7f492 Mon Sep 17 00:00:00 2001
From: Antonio Ospite <ospite@studenti.unina.it>
Date: Tue, 5 Mar 2013 16:29:15 +0100
Subject: [PATCH] Reformat a comment so that lines stay in 80 characters

---
 gst-trick-mode-looping-2.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gst-trick-mode-looping-2.py b/gst-trick-mode-looping-2.py
index 156ef08..6bbd6e6 100755
--- a/gst-trick-mode-looping-2.py
+++ b/gst-trick-mode-looping-2.py
@@ -33,8 +33,8 @@ class Player:
         sys.stderr.write(".")
         player.set_property("uri", self._filename)
 
-        # XXX Ater the first iteration of the loop the playback rate is reset to
-        # normal. Do I need to re-set the rate here?
+        # XXX Ater the first iteration of the loop the playback rate is
+        # reset to normal. Do I need to re-set the rate here?
 
         # If I uncomment the following line, the player hangs:
         #self.set_rate(self._date)
-- 
2.1.4