mirror of
https://github.com/aria2/aria2.git
synced 2025-04-06 05:57:36 +03:00
clang-format-5.0
This commit is contained in:
parent
20a7c43f2d
commit
795a0474df
48 changed files with 595 additions and 284 deletions
|
@ -128,10 +128,11 @@ int main(int argc, char** argv)
|
|||
if (dh) {
|
||||
std::cerr << " [" << aria2::gidToHex(gid) << "] "
|
||||
<< dh->getCompletedLength() << "/" << dh->getTotalLength()
|
||||
<< "(" << (dh->getTotalLength() > 0
|
||||
? (100 * dh->getCompletedLength() /
|
||||
dh->getTotalLength())
|
||||
: 0)
|
||||
<< "("
|
||||
<< (dh->getTotalLength() > 0
|
||||
? (100 * dh->getCompletedLength() /
|
||||
dh->getTotalLength())
|
||||
: 0)
|
||||
<< "%)"
|
||||
<< " D:" << dh->getDownloadSpeed() / 1024
|
||||
<< "KiB/s, U:" << dh->getUploadSpeed() / 1024 << "KiB/s"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue