gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/rtmp r10106: minor reformatting.


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10106: minor reformatting.
Date: Sun, 05 Apr 2009 15:09:00 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10106
committer: address@hidden
branch nick: rtmp
timestamp: Sun 2009-04-05 15:09:00 -0600
message:
  minor reformatting.
modified:
  cygnal/testsuite/cygnal.exp
  utilities/processor.cpp
=== modified file 'cygnal/testsuite/cygnal.exp'
--- a/cygnal/testsuite/cygnal.exp       2009-02-25 22:33:03 +0000
+++ b/cygnal/testsuite/cygnal.exp       2009-04-05 21:09:00 +0000
@@ -451,8 +451,6 @@
     catch {close -i $sid}
 }
 
-
-
 # testcases is set by the Makefile in the site.exp data file.
 #foreach file $testcases {
 #     expect {

=== modified file 'utilities/processor.cpp'
--- a/utilities/processor.cpp   2009-03-31 21:16:53 +0000
+++ b/utilities/processor.cpp   2009-04-05 21:09:00 +0000
@@ -501,8 +501,7 @@
     mi->setVariables(flashVars); // set the variables passed as -P FlashVars
 
     m.setRootMovie( mi.release() );
-    if ( quitrequested )  // setRootMovie would execute actions in first frame
-    {
+    if (quitrequested) { // setRootMovie would execute actions in first frame
         quitrequested = false;
         return md;
     }


reply via email to

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