mbed OS5

Fork of UIPEthernet by Zoltan Hudak

Revision:
8:4acb22344932
Parent:
4:d774541a34da
--- a/UIPServer.h	Tue Apr 26 18:37:14 2016 +0000
+++ b/UIPServer.h	Fri Jun 30 19:51:28 2017 +0000
@@ -1,5 +1,5 @@
 /*
- UIPServer.h - Arduino implementation of a uIP wrapper class.
+ UIPServer.h - Arduino implementation of a UIP wrapper class.
  Copyright (c) 2013 Norbert Truchsess <norbert.truchsess@t-online.de>
  All rights reserved.
 
@@ -17,11 +17,11 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
   */
 #ifndef UIPSERVER_H
-    #define UIPSERVER_H
+#define UIPSERVER_H
 
-    #include "ethernet_comp.h"
-    #include "Server.h"
-    #include "UIPClient.h"
+#include "ethernet_comp.h"
+#include "Server.h"
+#include "UIPClient.h"
 
 class UIPServer :
     public Server