From: Adam Dickmeiss Date: Thu, 5 Jan 2006 16:39:06 +0000 (+0000) Subject: Indentation X-Git-Tag: YP2.0.0.2~116 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=e365a721de86f7813dd92d6042d5ca152aabbefc;p=metaproxy-moved-to-github.git Indentation --- diff --git a/src/package.cpp b/src/package.cpp index 3f99491..a008e45 100644 --- a/src/package.cpp +++ b/src/package.cpp @@ -1,4 +1,4 @@ -/* $Id: package.cpp,v 1.2 2006-01-04 11:19:04 adam Exp $ +/* $Id: package.cpp,v 1.3 2006-01-05 16:39:06 adam Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -31,7 +31,7 @@ void yp2::Package::move() { m_filter = m_router->move(m_filter, this); if (m_filter) - m_filter->process(*this); + m_filter->process(*this); } yp2::Session & yp2::Package::session()