gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-278-g4f5c52f
Date: Fri, 15 Apr 2011 16:09:06 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  4f5c52fedd80d27dbbb97cd2665f9868c61f1eb4 (commit)
      from  83c8c4530f0cda3163c0654bbb9f9a4577e25aa9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=4f5c52fedd80d27dbbb97cd2665f9868c61f1eb4


commit 4f5c52fedd80d27dbbb97cd2665f9868c61f1eb4
Author: Sandro Santilli <address@hidden>
Date:   Fri Apr 15 18:09:00 2011 +0200

    indent

diff --git a/testsuite/MovieTester.cpp b/testsuite/MovieTester.cpp
index 6e76edd..fc2f8e6 100644
--- a/testsuite/MovieTester.cpp
+++ b/testsuite/MovieTester.cpp
@@ -279,10 +279,10 @@ void
 MovieTester::advance(bool updateClock)
 {
     if ( updateClock ) {
-       // TODO: cache 'clockAdvance' 
-       float fps = _movie_def->get_frame_rate();
-       unsigned long clockAdvance = long(1000/fps);
-       advanceClock(clockAdvance);
+        // TODO: cache 'clockAdvance' 
+        float fps = _movie_def->get_frame_rate();
+        unsigned long clockAdvance = long(1000/fps);
+        advanceClock(clockAdvance);
     }
     
     _movie_root->advance();

-----------------------------------------------------------------------

Summary of changes:
 testsuite/MovieTester.cpp |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]