]> git.proxmox.com Git - mirror_frr.git/blobdiff - isisd/isisd.h
*: conform with COMMUNITY.md formatting rules, via 'make indent'
[mirror_frr.git] / isisd / isisd.h
index 427d314df656ac2a72080365d55a0072cc850a04..a8dcc8adaf97d9c82ccafc58474135f43d98d2c9 100644 (file)
@@ -52,8 +52,9 @@ struct isis {
        struct area_addr *man_area_addrs; /* manualAreaAddresses */
        u_int32_t debugs;                 /* bitmap for debug */
        time_t uptime;                    /* when did we start */
-       struct thread *t_dync_clean;      /* dynamic hostname cache cleanup thread */
-       uint32_t circuit_ids_used[8];     /* 256 bits to track circuit ids 0 through 255 */
+       struct thread *t_dync_clean; /* dynamic hostname cache cleanup thread */
+       uint32_t circuit_ids_used
+               [8]; /* 256 bits to track circuit ids 0 through 255 */
 
        struct route_table *ext_info[REDIST_PROTOCOL_COUNT];
 
@@ -70,8 +71,6 @@ struct isis_area {
        struct route_table *route_table[ISIS_LEVELS];  /* IPv4 routes */
        struct isis_spftree *spftree6[ISIS_LEVELS];    /* The v6 SPTs */
        struct route_table *route_table6[ISIS_LEVELS]; /* IPv6 routes */
-                                                      /* $FRR indent$ */
-/* clang-format off */
 #define DEFAULT_LSP_MTU 1497
        unsigned int lsp_mtu;      /* Size of LSPs to generate */
        struct list *circuit_list; /* IS-IS circuits */