]> git.proxmox.com Git - mirror_frr.git/blobdiff - qpb/qpb_allocator.h
Merge pull request #3448 from chiragshah6/evpn_dev1
[mirror_frr.git] / qpb / qpb_allocator.h
index c9022af713977f2477bc424b0115696f6c408d78..fd55592f88976396568325a8849fc1590094b2d4 100644 (file)
@@ -74,7 +74,6 @@ static inline void qpb_free(qpb_allocator_t *allocator, void *ptr)
  */
 #define QPB_ALLOC(allocator, type) (type *)qpb_alloc(allocator, sizeof(type))
 
-
 /*
  * Externs.
  */