X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fstrmap.c;h=6fe401422918a00062375f4d71675db738eaa34b;hb=354f1142c4cc8c59b6f1170b95caec40bfe4d8c0;hp=cb51d81c8056dfeb6cc6eadd127b8508187c01fb;hpb=ac13dceecd5f75669820819575daf88e0add5c8d;p=idzebra-moved-to-github.git diff --git a/util/strmap.c b/util/strmap.c index cb51d81..6fe4014 100644 --- a/util/strmap.c +++ b/util/strmap.c @@ -32,7 +32,7 @@ struct strmap_entry { void *data_buf; struct strmap_entry *next; }; - + struct zebra_strmap { NMEM nmem_str; NMEM nmem_ent; @@ -142,7 +142,7 @@ struct zebra_strmap_it_s { int hno; struct strmap_entry *ent; zebra_strmap_t st; - + }; zebra_strmap_it zebra_strmap_it_create(zebra_strmap_t st) @@ -183,7 +183,7 @@ const char *zebra_strmap_it_next(zebra_strmap_it it, void **data_buf, } return 0; } - + /* * Local variables: * c-basic-offset: 4