]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/nvpair/nvpair.c
cstyle: Resolve C style issues
[mirror_zfs.git] / module / nvpair / nvpair.c
index 7ba3084f4483577baa6086e3d5a8c980e0e8a904..ff85d0251487b8b00b77875f6e0bef5aa430918f 100644 (file)
@@ -1624,7 +1624,7 @@ nvlist_lookup_nvpair_ei_sep(nvlist_t *nvl, const char *name, const char sep,
 {
        nvpair_t        *nvp;
        const char      *np;
-       char            *sepp=NULL;
+       char            *sepp = NULL;
        char            *idxp, *idxep;
        nvlist_t        **nva;
        long            idx = 0;