1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

lib: Fix whitespace

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2023-03-03 18:48:25 +01:00 committed by Jeremy Allison
parent 4d8a396c4c
commit 2ac2c05561
11 changed files with 86 additions and 90 deletions

View File

@ -732,5 +732,3 @@ failed:
talloc_free(sddl);
return NULL;
}

View File

@ -167,5 +167,3 @@ void dacl_sort_into_canonical_order(struct security_ace *srclist, unsigned int n
/* Now sort the inherited ACEs. */
TYPESAFE_QSORT(&srclist[i], num_aces - i, nt_ace_canon_comp);
}