[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    =?utf-8?q?=5Bphonon-gstreamer=5D_gstreamer=3A_style++?=
From:       Harald Sitter <sitter () kde ! org>
Date:       2011-03-11 16:48:37
Message-ID: 20110311164837.95AE0A60CB () git ! kde ! org
[Download RAW message or body]

Git commit 10d584309facc0438d9c033e7a8f2843db356da4 by Harald Sitter.
Committed on 10/03/2011 at 13:21.
Pushed by sitter into branch 'master'.

style++

M  +1    -1    gstreamer/mediaobject.cpp     

http://commits.kde.org/phonon-gstreamer/10d584309facc0438d9c033e7a8f2843db356da4

diff --git a/gstreamer/mediaobject.cpp b/gstreamer/mediaobject.cpp
index 2674c02..97c19c3 100644
--- a/gstreamer/mediaobject.cpp
+++ b/gstreamer/mediaobject.cpp
@@ -1151,7 +1151,7 @@ void MediaObject::updateNavigation()
         gboolean res = gst_element_query(target, query);
         guint count;
         if (res && gst_navigation_query_parse_commands_length(query, &count)) {
-            for(guint i = 0;i<count;i++) {
+            for(guint i = 0; i < count; ++i) {
                 GstNavigationCommand cmd;
                 if (!gst_navigation_query_parse_commands_nth(query, i, &cmd))
                     break;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic