[Libreoffice-commits] .: Branch 'feature/tubes' - tubes/inc tubes/source

Eike Rathke erack at kemper.freedesktop.org
Wed Mar 21 08:41:46 PDT 2012


 tubes/inc/tubes/manager.hxx |    2 +-
 tubes/source/manager.cxx    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 124a712fbef758963e477ded3b2ead29ad0e5a75
Author: Eike Rathke <erack at redhat.com>
Date:   Wed Mar 21 16:41:34 2012 +0100

    removed trailing whitespace

diff --git a/tubes/inc/tubes/manager.hxx b/tubes/inc/tubes/manager.hxx
index decd548..54a60a1 100644
--- a/tubes/inc/tubes/manager.hxx
+++ b/tubes/inc/tubes/manager.hxx
@@ -125,7 +125,7 @@ public:
     void                    acceptTube( TpChannel* pChannel, const char* pAddress );
 
     /** Send data to all registered conferences.
-        
+
         @returns to how many conferences the packet was send
      */
     sal_uInt32              sendPacket( const TelePacket& rPacket ) const;
diff --git a/tubes/source/manager.cxx b/tubes/source/manager.cxx
index 414c7c4..465728f 100644
--- a/tubes/source/manager.cxx
+++ b/tubes/source/manager.cxx
@@ -734,7 +734,7 @@ rtl::OString TeleManager::createUuid()
     }
     aBuf[32] = 0;
     return rtl::OString( aBuf);
-} 
+}
 
 
 // static


More information about the Libreoffice-commits mailing list