[gstreamermm] Included fix of coding style from 'function ()' to 'function()' (not done in previous commit)



commit f80097f29db752e2e09183c1d8715a7bd2dddb14
Author: José Alburquerque <jaalburqu svn gnome org>
Date:   Wed May 20 13:36:56 2009 -0400

    Included fix of coding style from 'function ()' to 'function()' (not done in previous commit)
---
 ChangeLog                    |    6 ++++++
 examples/optiongroup/main.cc |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e67aad2..d7eb1a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2009-05-20  José Alburquerque  <jaalburqu svn gnome org>
 
+	* examples/optiongroup/main.cc: Included the fix of coding style from
+	'function ()' to 'function()' which had not been done in the previous
+	general coding style fix.
+
+2009-05-20  José Alburquerque  <jaalburqu svn gnome org>
+
 	* examples/media_player_gtkmm/main.cc:
 	* examples/media_player_gtkmm/player_window.cc:
 	* examples/ogg_player/main.cc:
diff --git a/examples/optiongroup/main.cc b/examples/optiongroup/main.cc
index 0459103..f6cd306 100644
--- a/examples/optiongroup/main.cc
+++ b/examples/optiongroup/main.cc
@@ -46,8 +46,8 @@ int main(int argc, char** argv)
 
   // We must initialise the threading system before using any other GLib function.
   // See Gstreamer's documentation for more info.
-  if(!Glib::thread_supported ())
-    Glib::thread_init ();
+  if(!Glib::thread_supported())
+    Glib::thread_init();
 
   m_OptionContext.set_main_group(m_OptionGroup);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]