]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/include/rtl/compat_rtlwip.h
Reformat the sources with orte/uncrustify script
[orte.git] / orte / include / rtl / compat_rtlwip.h
index 132734ba3c954f91ea63aaf69921f4e13821150d..d0882e477fdfaa6abfa2d555eb70f7908b34c1f0 100644 (file)
@@ -1,21 +1,21 @@
 /*
- *  $Id: compat.h,v 0.0.0.1             2003/12/19 
+ *  $Id: compat.h,v 0.0.0.1             2003/12/19
  *
  *  AUTHOR: Michal Sojka                sojka1@fel.cvut.cz
  *
- *  ORTE - OCERA Real-Time Ethernet     http://www.ocera.org/
+ *  ORTE - Open Real-Time Ethernet      http://www.ocera.org/
  *  --------------------------------------------------------------------
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by
  *  the Free Software Foundation; either version 2 of the License, or
  *  (at your option) any later version.
- *  
+ *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  *  GNU General Public License for more details.
- *  
+ *
  */
 
 #ifndef _COMPAT_H
 #define ioctl(a, b, c) (-1)
 
 
-static inline int atoi(const char* nptr)
+static inline int
+atoi(const char *nptr)
 {
-    return simple_strtol(nptr, (char **)NULL, 10);
+  return simple_strtol(nptr, (char **)NULL, 10);
 }
 
 #endif /* _COMPAT_H */