From f390d2c7839c04100e4de8246215ce10ea96b653 Mon Sep 17 00:00:00 2001 From: hasso Date: Fri, 10 Sep 2004 20:48:21 +0000 Subject: Indentation only. No any functional changes. --- isisd/isis_csm.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'isisd/isis_csm.h') diff --git a/isisd/isis_csm.h b/isisd/isis_csm.h index 23cc2150..d6b13ac6 100644 --- a/isisd/isis_csm.h +++ b/isisd/isis_csm.h @@ -28,9 +28,9 @@ * Circuit states */ #define C_STATE_NA 0 -#define C_STATE_INIT 1 /* Connected to interface */ -#define C_STATE_CONF 2 /* Configured for ISIS */ -#define C_STATE_UP 3 /* CONN | CONF */ +#define C_STATE_INIT 1 /* Connected to interface */ +#define C_STATE_CONF 2 /* Configured for ISIS */ +#define C_STATE_UP 3 /* CONN | CONF */ /* * Circuit events @@ -40,8 +40,8 @@ #define ISIS_DISABLE 3 #define IF_DOWN_FROM_Z 4 -struct isis_circuit *isis_csm_state_change (int event, - struct isis_circuit *circuit, - void *arg); +struct isis_circuit *isis_csm_state_change (int event, + struct isis_circuit *circuit, + void *arg); #endif /* _ZEBRA_ISIS_CSM_H */ -- cgit v1.2.1