]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/memory_vty.h
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / lib / memory_vty.h
index a47c5d51b8517da599396e1363cbe5ec0652f3bb..b66c3b6d6e5b20dd14236444c15238189bf80006 100644 (file)
@@ -23,9 +23,9 @@
 
 #include "memory.h"
 
-extern void memory_init (void);
+extern void memory_init(void);
 
 /* Human friendly string for given byte count */
 #define MTYPE_MEMSTR_LEN 20
-extern const char *mtype_memstr (char *, size_t, unsigned long);
+extern const char *mtype_memstr(char *, size_t, unsigned long);
 #endif /* _ZEBRA_MEMORY_VTY_H */