summaryrefslogtreecommitdiff
path: root/apps/examples/dhcpd/target.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/dhcpd/target.c')
-rw-r--r--apps/examples/dhcpd/target.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/examples/dhcpd/target.c b/apps/examples/dhcpd/target.c
index 37758d041..1434ae287 100644
--- a/apps/examples/dhcpd/target.c
+++ b/apps/examples/dhcpd/target.c
@@ -36,7 +36,7 @@
/****************************************************************************
* Included Files
****************************************************************************/
-
+
#include <nuttx/config.h>
#include <stdint.h>
@@ -124,7 +124,7 @@ int dhcpd_main(int argc, char *argv[])
uip_setnetmask("eth0", &addr);
/* Then start the server */
-
+
dhcpd_run();
return 0;
}