mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
netutils/pppd: fix indentations in ppp.h
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
07d229f514
commit
6833a8c0cc
1 changed files with 4 additions and 4 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue