diff options
author | hasso <hasso> | 2004-09-10 20:48:21 +0000 |
---|---|---|
committer | hasso <hasso> | 2004-09-10 20:48:21 +0000 |
commit | f390d2c7839c04100e4de8246215ce10ea96b653 (patch) | |
tree | 9910d250bfb6605d44e7104ef786ba0c84ddb01a /isisd/isis_dr.h | |
parent | f3f27f60fdfc81fce2944ee89087417b04935663 (diff) |
Indentation only. No any functional changes.
Diffstat (limited to 'isisd/isis_dr.h')
-rw-r--r-- | isisd/isis_dr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/isisd/isis_dr.h b/isisd/isis_dr.h index 73d9cd38..b0386d4d 100644 --- a/isisd/isis_dr.h +++ b/isisd/isis_dr.h @@ -31,7 +31,8 @@ int isis_dr_resign (struct isis_circuit *circuit, int level); int isis_dr_commence (struct isis_circuit *circuit, int level); char *isis_disflag2string (int disflag); -enum isis_dis_state { +enum isis_dis_state +{ ISIS_IS_NOT_DIS, ISIS_IS_DIS, ISIS_WAS_DIS, @@ -39,4 +40,3 @@ enum isis_dis_state { }; #endif /* _ZEBRA_ISIS_DR_H */ - |