mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
Fix cstyle warnings
Fix minor cstyle warnings accidentally introduced by 7145123b.
Reviewed-by: Paul Dagnelie <pcd@delphix.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #10143
This commit is contained in:
@@ -355,7 +355,7 @@ class StreamFeatureIncompatible(ZFSError):
|
||||
class StreamTruncated(ZFSError):
|
||||
errno = zfs_errno.ZFS_ERR_STREAM_TRUNCATED
|
||||
message = "incomplete stream"
|
||||
|
||||
|
||||
|
||||
class ReceivePropertyFailure(MultipleOperationsFailure):
|
||||
message = "Receiving of properties failed for one or more reasons"
|
||||
|
||||
Reference in New Issue
Block a user