> uint64_t spa_version;
> char *p;
> zfs_prop_t resv_prop;
> char *strval;
> char msg[1024];
>
> - if (p = strchr(argv[0], '/'))
> + if ((p = strchr(argv[0], '/')) != NULL)
i prefer 2 lines too, but it increase complexity and for the similar changes -
it is understandable one line.
---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/56/files#r49616093
_______________________________________________
developer mailing list
[email protected]
http://lists.open-zfs.org/mailman/listinfo/developer