Skip to content

Commit 0c734ca

Browse files
lzungrixiaoxiang781216
authored andcommitted
ppp: Reformat to match nuttx coding style
1 parent 800b93d commit 0c734ca

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

netutils/pppd/lcp.c

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,11 @@ void lcp_rx(struct ppp_context_s *ctx, uint8_t * buffer, uint16_t count)
135135
/* In case of new peer connection */
136136

137137
ipcp_init(ctx);
138-
139-
/* Clear LCP state to keep it in negotiation phase. LCP_TX_UP will be re-set
140-
* once a CONF_ACK is received. */
141-
138+
139+
/* Clear LCP state to keep it in negotiation phase. LCP_TX_UP will be
140+
* re-set once a CONF_ACK is received.
141+
*/
142+
142143
ctx->lcp_state &= ~LCP_TX_UP;
143144

144145
DEBUG1(("received [LCP Config Request id %u\n", id));

0 commit comments

Comments
 (0)