tools: style fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
		@ -188,8 +188,7 @@ pub fn lock_file<F: AsRawFd>(
 | 
			
		||||
    file: &mut F,
 | 
			
		||||
    exclusive: bool,
 | 
			
		||||
    timeout: Option<Duration>,
 | 
			
		||||
    ) -> Result<(), Error>
 | 
			
		||||
{
 | 
			
		||||
) -> Result<(), Error> {
 | 
			
		||||
    let lockarg =
 | 
			
		||||
        if exclusive {
 | 
			
		||||
            nix::fcntl::FlockArg::LockExclusive
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user