Skip to content

Commit e5dc8b9

Browse files
committed
Revert "ppp: Reformat to match nuttx coding style"
This reverts commit 0c734ca. Signed-off-by: daniellizewski <daniellizewski@geotab.com>
1 parent f3dc217 commit e5dc8b9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

netutils/pppd/lcp.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,10 @@ 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
140-
* re-set once a CONF_ACK is received.
141-
*/
142-
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+
143142
ctx->lcp_state &= ~LCP_TX_UP;
144143

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

0 commit comments

Comments
 (0)