From 6833a8c0ccef8ec8f28e6023e625c8cc1a47b64b Mon Sep 17 00:00:00 2001 From: Petro Karashchenko Date: Sun, 26 Mar 2023 13:00:34 +0300 Subject: [PATCH] netutils/pppd: fix indentations in ppp.h Signed-off-by: Petro Karashchenko --- netutils/pppd/ppp.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/netutils/pppd/ppp.h b/netutils/pppd/ppp.h index eef96b8b7..b90844680 100644 --- a/netutils/pppd/ppp.h +++ b/netutils/pppd/ppp.h @@ -125,7 +125,7 @@ struct ppp_context_s /* Interfaces */ - int if_fd; + int if_fd; uint8_t ifname[IFNAMSIZ]; /* Addresses */ @@ -145,21 +145,21 @@ struct ppp_context_s uint8_t lcp_state; uint8_t lcp_retry; - time_t lcp_prev_seconds; + time_t lcp_prev_seconds; #ifdef CONFIG_NETUTILS_PPPD_PAP /* PAP */ uint8_t pap_state; uint8_t pap_retry; - time_t pap_prev_seconds; + time_t pap_prev_seconds; #endif /* CONFIG_NETUTILS_PPPD_PAP */ /* IPCP */ uint8_t ipcp_state; uint8_t ipcp_retry; - time_t ipcp_prev_seconds; + time_t ipcp_prev_seconds; /* AHDLC */