]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/liborte/ORTEInit.c
Reformat the sources with orte/uncrustify script
[orte.git] / orte / liborte / ORTEInit.c
index c32c696a620609c50972836afde47819e3e68e49..7aa4ed5e21303f4a2114fff93665b04c3b095cc0 100644 (file)
@@ -1,33 +1,33 @@
 /*
- *  $Id: ORTEInit.c,v 0.0.0.1           2003/08/21 
+ *  $Id: ORTEInit.c,v 0.0.0.1           2003/08/21
  *
  *  DEBUG:  section 20                  Initialization of ORTE
  *
- *  -------------------------------------------------------------------  
- *                                ORTE                                 
- *                      Open Real-Time Ethernet                       
- *                                                                    
- *                      Copyright (C) 2001-2006                       
- *  Department of Control Engineering FEE CTU Prague, Czech Republic  
- *                      http://dce.felk.cvut.cz                       
- *                      http://www.ocera.org                          
- *                                                                    
- *  Author:             Petr Smolik    petr@smoliku.cz             
- *  Advisor:            Pavel Pisa                                   
- *  Project Responsible: Zdenek Hanzalek                              
+ *  -------------------------------------------------------------------
+ *                                ORTE
+ *                      Open Real-Time Ethernet
+ *
+ *                      Copyright (C) 2001-2006
+ *  Department of Control Engineering FEE CTU Prague, Czech Republic
+ *                      http://dce.felk.cvut.cz
+ *                      http://www.ocera.org
+ *
+ *  Author:              Petr Smolik   petr@smoliku.cz
+ *  Advisor:             Pavel Pisa
+ *  Project Responsible: Zdenek Hanzalek
  *  --------------------------------------------------------------------
  *
  *  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.
- *  
- */ 
+ *
+ */
 
 #include "orte_all.h"
 #ifdef __RTL__
@@ -39,16 +39,11 @@ MODULE_LICENSE("GPL");
 
 /*****************************************************************************/
 void
-ORTEInit(void) {
+ORTEInit(void)
+{
   SEQUENCE_NUMBER_NONE(noneSN);
   NTPTIME_ZERO(zNtpTime);
   NTPTIME_INFINITE(iNtpTime);
   sock_start();
-  db_init(NULL,"");              //no debug info
+  db_init(NULL, "");              //no debug info
 }
-
-
-
-
-
-