V1

Dependents:   EthernetInterface

Fork of lwip by mbed official

Revision:
11:c9233fe7de67
Parent:
10:42a34d63b218
--- a/netif/ppp/pap.c	Thu May 30 17:11:58 2013 +0100
+++ b/netif/ppp/pap.c	Thu Jun 13 20:00:31 2013 +0000
@@ -218,7 +218,7 @@
         u->us_unit, u->us_timeouttime, u->us_clientstate));
 
   if (u->us_clientstate != UPAPCS_AUTHREQ) {
-	UPAPDEBUG(LOG_INFO, ("upap_timeout: not in AUTHREQ state!\n"));
+    UPAPDEBUG(LOG_INFO, ("upap_timeout: not in AUTHREQ state!\n"));
     return;
   }