]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-method.cc
another round of method hardening with const& in Configuration
[apt.git] / apt-pkg / acquire-method.cc
index acf1156dcd75162187314d385d1b0524bb94ec9a..fe066741c4456fc7dd0f35bdd59705d125919d80 100644 (file)
@@ -446,7 +446,6 @@ void pkgAcqMethod::Status(const char *Format,...)
       exit(100);
 }
                                                                        /*}}}*/
-
 // AcqMethod::Redirect - Send a redirect message                       /*{{{*/
 // ---------------------------------------------------------------------
 /* This method sends the redirect message and also manipulates the queue
@@ -478,7 +477,6 @@ void pkgAcqMethod::Redirect(const string &NewURI)
       QueueBack = I->Next;
 }
                                                                         /*}}}*/
-
 // AcqMethod::FetchResult::FetchResult - Constructor                   /*{{{*/
 // ---------------------------------------------------------------------
 /* */