mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
vfs_ceph: use consistent code style when setting errno
When setting explicit value to 'errno' use same coding-style as used in this entire module (spaces before and after assignment operator). Signed-off-by: Shachar Sharon <ssharon@redhat.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> Reviewed-by: Anoop C S <anoopcs@samba.org> Autobuild-User(master): Anoop C S <anoopcs@samba.org> Autobuild-Date(master): Thu Jun 27 06:35:19 UTC 2024 on atb-devel-224
This commit is contained in:
parent
a7d34ec597
commit
2d743185e0
@ -771,7 +771,7 @@ static ssize_t cephwrap_recvfile(struct vfs_handle_struct *handle,
|
||||
* We cannot support recvfile because libcephfs is in user space.
|
||||
*/
|
||||
DBG_DEBUG("[CEPH] cephwrap_recvfile\n");
|
||||
errno=ENOTSUP;
|
||||
errno = ENOTSUP;
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user