mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 19:04:45 +03:00
Remove reverse indentation from zed comments.
Remove all occurrences of reverse indentation from zed comments for consistency within the project code base. Signed-off-by: Chris Dunlap <cdunlap@llnl.gov> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #2695
This commit is contained in:
committed by
Brian Behlendorf
parent
6d9036f350
commit
5043deaa40
@@ -47,8 +47,7 @@ typedef struct zed_strings_node zed_strings_node_t;
|
||||
|
||||
/*
|
||||
* Compare zed_strings_node_t nodes [x1] and [x2].
|
||||
* As required for the AVL tree, return exactly
|
||||
* -1 for <, 0 for ==, and +1 for >.
|
||||
* As required for the AVL tree, return -1 for <, 0 for ==, and +1 for >.
|
||||
*/
|
||||
static int
|
||||
_zed_strings_node_compare(const void *x1, const void *x2)
|
||||
@@ -118,6 +117,7 @@ zed_strings_destroy(zed_strings_t *zsp)
|
||||
/*
|
||||
* Add a copy of the string [s] to the container [zsp].
|
||||
* Return 0 on success, or -1 on error.
|
||||
*
|
||||
* FIXME: Handle dup strings.
|
||||
*/
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user