Whitespce cleanup: Remove whitespace at end-on-line, remove tabs, wrap
[senf.git] / senf / PPI / AnnotationRouter.ct
index 0e1bbef..e3f898f 100644 (file)
@@ -1,6 +1,6 @@
 // $Id$
 //
-// Copyright (C) 2008 
+// Copyright (C) 2008
 // Fraunhofer Institute for Open Communication Systems (FOKUS)
 // Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
@@ -44,7 +44,7 @@ prefix_ AnnotationType senf::ppi::module::AnnotationRouter<AnnotationType>::
 connectorSetup(connector::ActiveOutput<> & conn, AnnotationType const & key)
 {
     if (this->connectors().find(key) != this->connectors().end())
-        throw DuplicateKeyException(key); 
+        throw DuplicateKeyException(key);
     route(input, conn);
     return key;
 }