X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=PPI%2FConnectors.cci;h=e4647d7358e55b2693f00c1408aecff4568446dd;hb=a1a6c76a214ad1935032826713cabaf9ac57bf07;hp=1680902d765c99c23e98147b28f4c6602e0c9013;hpb=ea8b2923c29a6902f507db2b485a44a58e9406f0;p=senf.git diff --git a/PPI/Connectors.cci b/PPI/Connectors.cci index 1680902..e4647d7 100644 --- a/PPI/Connectors.cci +++ b/PPI/Connectors.cci @@ -1,8 +1,8 @@ // $Id$ // -// Copyright (C) 2007 -// Fraunhofer Institute for Open Communication Systems (FOKUS) -// Competence Center NETwork research (NET), St. Augustin, GERMANY +// Copyright (C) 2007 +// Fraunhofer Institute for Open Communication Systems (FOKUS) +// Competence Center NETwork research (NET), St. Augustin, GERMANY // Stefan Bund // // This program is free software; you can redistribute it and/or modify @@ -135,8 +135,8 @@ prefix_ void senf::ppi::connector::PassiveConnector::notifyThrottle() if (!throttled()) { remoteThrottled_ = true; emitThrottle(); - } - else + } + else remoteThrottled_ = true; }