diff options
author | Ishan Jayawardena <udeshike@gmail.com> | 2011-07-16 14:08:08 +0530 |
---|---|---|
committer | Ishan Jayawardena <udeshike@gmail.com> | 2011-07-16 14:08:08 +0530 |
commit | 3efe86af099d5a5d05e2e61a571da864676834c7 (patch) | |
tree | 9e49cf64bcec05922a60d28fdf162bf5312e5d9e /apt-pkg/contrib/fileutl.cc | |
parent | d981326d00730fb1af2ba5428d9d7557d9b05f9a (diff) | |
download | apt-3efe86af099d5a5d05e2e61a571da864676834c7.tar.gz |
fixed some indentation issues
Diffstat (limited to 'apt-pkg/contrib/fileutl.cc')
-rw-r--r-- | apt-pkg/contrib/fileutl.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apt-pkg/contrib/fileutl.cc b/apt-pkg/contrib/fileutl.cc index b1724971f..0b7d91d3b 100644 --- a/apt-pkg/contrib/fileutl.cc +++ b/apt-pkg/contrib/fileutl.cc @@ -587,7 +587,6 @@ void SetNonBlock(int Fd,bool Block) in seconds. */ bool WaitFd(int Fd,bool write,unsigned long timeout) { - //std::cerr << "WaitFd()" << std::endl; fd_set Set; struct timeval tv; FD_ZERO(&Set); @@ -618,7 +617,6 @@ bool WaitFd(int Fd,bool write,unsigned long timeout) if (Res <= 0) return false; } - //std::cerr << " waited for FD " << Fd << std::endl; return true; } /*}}}*/ |