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:
Brian Behlendorf
2020-03-17 15:42:27 -07:00
committed by GitHub
parent 7145123b0a
commit 6b7028ec51
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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"