smb: client: transport: minor indentation style fix

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
Fiona Ebner 2025-09-15 17:19:40 +02:00 committed by Steve French
parent 00be6f26a2
commit 6c7fd18423

View File

@ -331,8 +331,7 @@ int __smb_send_rqst(struct TCP_Server_Info *server, int num_rqst,
break;
total_len += sent;
}
}
}
unmask:
sigprocmask(SIG_SETMASK, &oldmask, NULL);