mirror of
				https://git.proxmox.com/git/mirror_zfs.git
				synced 2025-10-26 18:05:04 +03:00 
			
		
		
		
	Fix checkstyle warning: E275 missing whitespace after keyword
Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tino Reichardt <milky-zfs@mcmilk.de> Closes #13710
This commit is contained in:
		
							parent
							
								
									035ee628cf
								
							
						
					
					
						commit
						b06aff105c
					
				| @ -104,7 +104,7 @@ zfs_errno = enum_with_offset(1024, [ | ||||
| ) | ||||
| # compat before we used the enum helper for these values | ||||
| ZFS_ERR_CHECKPOINT_EXISTS = zfs_errno.ZFS_ERR_CHECKPOINT_EXISTS | ||||
| assert(ZFS_ERR_CHECKPOINT_EXISTS == 1024) | ||||
| assert (ZFS_ERR_CHECKPOINT_EXISTS == 1024) | ||||
| ZFS_ERR_DISCARDING_CHECKPOINT = zfs_errno.ZFS_ERR_DISCARDING_CHECKPOINT | ||||
| ZFS_ERR_NO_CHECKPOINT = zfs_errno.ZFS_ERR_NO_CHECKPOINT | ||||
| ZFS_ERR_DEVRM_IN_PROGRESS = zfs_errno.ZFS_ERR_DEVRM_IN_PROGRESS | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Tino Reichardt
						Tino Reichardt