]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_vnc_types.h
*: reindent
[mirror_frr.git] / bgpd / bgp_vnc_types.h
index e97a47e1a349461db304f9c889059c96f4c7ba4f..70f5646e9473ffe0eade5763bbd91f18223459e0 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright 2015-2016, LabN Consulting, L.L.C.
  *
  * This program is free software; you can redistribute it and/or
 
 #if ENABLE_BGP_VNC
 typedef enum {
-    BGP_VNC_SUBTLV_TYPE_LIFETIME=1,
-    BGP_VNC_SUBTLV_TYPE_RFPOPTION=2,    /* deprecated */
+       BGP_VNC_SUBTLV_TYPE_LIFETIME = 1,
+       BGP_VNC_SUBTLV_TYPE_RFPOPTION = 2, /* deprecated */
 } bgp_vnc_subtlv_types;
 
 /*
  * VNC Attribute subtlvs
  */
 struct bgp_vnc_subtlv_lifetime {
-    uint32_t   lifetime;
+       uint32_t lifetime;
 };
 
 struct bgp_vnc_subtlv_unaddr {
-    struct prefix      un_address;     /* IPv4 or IPv6; pfx length ignored */
+       struct prefix un_address; /* IPv4 or IPv6; pfx length ignored */
 };
 
-#endif  /* ENABLE_BGP_VNC */
+#endif /* ENABLE_BGP_VNC */
 #endif /* _QUAGGA_BGP_VNC_TYPES_H */