mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-11 07:24:46 +00:00
include: zfs: Remove duplicate newlines
Drop all duplicate newlines. No functional change. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
This commit is contained in:
parent
c717b80f05
commit
a1af57b70a
3 changed files with 0 additions and 3 deletions
|
@ -10,7 +10,6 @@
|
|||
#ifndef ZFS_SPA_HEADER
|
||||
#define ZFS_SPA_HEADER 1
|
||||
|
||||
|
||||
/*
|
||||
* General-purpose 32-bit and 64-bit bitfield encodings.
|
||||
*/
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
#ifndef GRUB_ZFS_HEADER
|
||||
#define GRUB_ZFS_HEADER 1
|
||||
|
||||
|
||||
/*
|
||||
* On-disk version number.
|
||||
*/
|
||||
|
|
|
@ -38,5 +38,4 @@ typedef struct zfs_znode_acl {
|
|||
uint8_t z_ace_data[ZFS_ACE_SPACE]; /* space for embedded ACEs */
|
||||
} zfs_znode_acl_t;
|
||||
|
||||
|
||||
#endif /* _SYS_FS_ZFS_ACL_H */
|
||||
|
|
Loading…
Add table
Reference in a new issue