Cleanup: Fix indentation in zfs_dbgmsg_t
fdc2d30371
accidentally broke the
indentation.
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Richard Yao <richard.yao@alumni.stonybrook.edu>
Closes #14372
This commit is contained in:
parent
8e7ebf4e2d
commit
d35ccc1f59
|
@ -29,7 +29,7 @@
|
||||||
typedef struct zfs_dbgmsg {
|
typedef struct zfs_dbgmsg {
|
||||||
procfs_list_node_t zdm_node;
|
procfs_list_node_t zdm_node;
|
||||||
uint64_t zdm_timestamp;
|
uint64_t zdm_timestamp;
|
||||||
uint_t zdm_size;
|
uint_t zdm_size;
|
||||||
char zdm_msg[1]; /* variable length allocation */
|
char zdm_msg[1]; /* variable length allocation */
|
||||||
} zfs_dbgmsg_t;
|
} zfs_dbgmsg_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue