Index: source/ariba/utility/misc/Demultiplexer.hpp
===================================================================
--- source/ariba/utility/misc/Demultiplexer.hpp	(revision 3690)
+++ source/ariba/utility/misc/Demultiplexer.hpp	(revision 3705)
@@ -80,5 +80,5 @@
 			LISTENER_SERVICE_MAP_CITERATOR i = mapListenerService.begin();
 			LISTENER_SERVICE_MAP_CITERATOR iend = mapListenerService.end();
-			
+
 			for( ; i != iend; i++ )
 				cout << "xxx" << i->first.toString() << " -> " << i->second << std::endl;
@@ -88,5 +88,5 @@
 			SERVICE_LISTENER_MAP_CITERATOR i = mapServiceListener.begin();
 			SERVICE_LISTENER_MAP_CITERATOR iend = mapServiceListener.end();
-			
+
 			for( ; i != iend; i++ )
 				cout << "xxx" << i->first << " -> " << i->second.toString() << std::endl;
@@ -112,5 +112,5 @@
 	void unregisterItem( S id ) {
 		T listener = get( id );
-		
+
 		{
 			boost::mutex::scoped_lock lock( mapMutex );
