gnash-commit
[Top][All Lists]
Advanced

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

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


From: rob
Subject: [Gnash-commit] /srv/bzr/gnash/rtmp r10035: minor reformatting
Date: Tue, 24 Mar 2009 20:04:26 -0600
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10035
committer: address@hidden
branch nick: rtmp
timestamp: Tue 2009-03-24 20:04:26 -0600
message:
  minor reformatting
modified:
  libcore/asobj/NetConnection_as.h
=== modified file 'libcore/asobj/NetConnection_as.h'
--- a/libcore/asobj/NetConnection_as.h  2009-03-20 00:00:54 +0000
+++ b/libcore/asobj/NetConnection_as.h  2009-03-25 02:04:26 +0000
@@ -113,10 +113,10 @@
     void addToURL(const std::string& url);
 
     /// the url prefix optionally passed to connect()
-    std::string                _uri;
-    bool               _isConnected;
-    unsigned int       _numCalls;
-    boost::scoped_ptr<HTTP> _http_client;
+    std::string                          _uri;
+    bool                         _isConnected;
+    unsigned int                 _numCalls;
+    boost::scoped_ptr<HTTP>      _http_client;
     boost::scoped_ptr<RTMPClient> _rtmp_client;
 };
 


reply via email to

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