]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/examples/rtems-shell/system.h
Reformat the sources with orte/uncrustify script
[orte.git] / orte / examples / rtems-shell / system.h
index b99dd06b290c94cad494e0746bdd7867a606a40b..7698193b70544756f3924ae1d71683ec24069ee6 100644 (file)
 
 /* functions */
 
-rtems_task Init(
+rtems_task
+Init(
   rtems_task_argument argument
-);
+  );
 
 /* configuration information */
 
@@ -91,9 +92,9 @@ rtems_task Init(
 #define CONFIGURE_INIT_TASK_STACK_SIZE  (10*1024)
 #define CONFIGURE_INIT_TASK_PRIORITY    120
 #define CONFIGURE_INIT_TASK_INITIAL_MODES (RTEMS_PREEMPT | \
-                                           RTEMS_NO_TIMESLICE | \
-                                           RTEMS_NO_ASR | \
-                                           RTEMS_INTERRUPT_LEVEL(0))
+                                          RTEMS_NO_TIMESLICE | \
+                                          RTEMS_NO_ASR | \
+                                          RTEMS_INTERRUPT_LEVEL(0))
 
 #include <rtems/confdefs.h>