include: zfs: Remove duplicate newlines
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Mon, 22 Jul 2024 23:28:33 +0000 (01:28 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jul 2024 21:01:04 +0000 (15:01 -0600)
Drop all duplicate newlines. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
include/zfs/spa.h
include/zfs/zfs.h
include/zfs/zfs_acl.h

index cd2ddf5..df01d49 100644 (file)
@@ -10,7 +10,6 @@
 #ifndef ZFS_SPA_HEADER
 #define        ZFS_SPA_HEADER 1
 
-
 /*
  * General-purpose 32-bit and 64-bit bitfield encodings.
  */
index 72d8745..8415437 100644 (file)
@@ -10,7 +10,6 @@
 #ifndef        GRUB_ZFS_HEADER
 #define        GRUB_ZFS_HEADER 1
 
-
 /*
  * On-disk version number.
  */
index d6cc408..038c68f 100644 (file)
@@ -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 */