]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-get.cc
* make it possible to fall back to other sources on fail in MediaChange events
[apt.git] / cmdline / apt-get.cc
index e673e0f5bdf6de5defe7f16511793f0aa22332df..7e079b91c7da866a38d3cfd00474de65432d56b5 100644 (file)
@@ -1659,7 +1659,7 @@ bool DoInstall(CommandLine &CmdL)
    // See if we need to prompt
    if (Cache->InstCount() == ExpectedInst && Cache->DelCount() == 0)
       return InstallPackages(Cache,false,false);
-   
+
    return InstallPackages(Cache,false);   
 }
                                                                        /*}}}*/