X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=util%2Fstrmap.c;fp=util%2Fstrmap.c;h=6fe401422918a00062375f4d71675db738eaa34b;hp=cb51d81c8056dfeb6cc6eadd127b8508187c01fb;hb=aeea139423b8eaf28a4de53b3d7b2ad1f22284e7;hpb=0052fb5520062c328006dc3537f39d28e88f3579 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