]> rtime.felk.cvut.cz Git - orte.git/blobdiff - orte/examples/rtems-shell/orte_rtems_shell.h
Reformat the sources with orte/uncrustify script
[orte.git] / orte / examples / rtems-shell / orte_rtems_shell.h
index a09da8c81982a56014ef7e336f49aaebb3666c4e..b255548ae1056e22787754ebc6db6f6aab58e1e7 100644 (file)
@@ -1,17 +1,27 @@
 #ifndef ORTE_RTEMS_SHELL_H
 #define ORTE_RTEMS_SHELL_H
 
-int ortemanager_main(int argc, char **argv);
+int
+ortemanager_main(int argc, char **argv);
 
-int orte_h_publisher_main(int argc, char **argv);
-int orte_h_subscriber_main(int argc, char **argv);
-int orte_m_subscriber_main(int argc, char **argv);
-int orte_ping_main(int argc, char **argv);
-int orte_spy_main(int argc, char **argv);
-int orte_r_publisher_main(int argc, char **argv);
-int orte_r_subscriber_besteffort_main(int argc, char **argv);
-int orte_r_subscriber_reliable_main(int argc, char **argv);
+int
+orte_h_publisher_main(int argc, char **argv);
+int
+orte_h_subscriber_main(int argc, char **argv);
+int
+orte_m_subscriber_main(int argc, char **argv);
+int
+orte_ping_main(int argc, char **argv);
+int
+orte_spy_main(int argc, char **argv);
+int
+orte_r_publisher_main(int argc, char **argv);
+int
+orte_r_subscriber_besteffort_main(int argc, char **argv);
+int
+orte_r_subscriber_reliable_main(int argc, char **argv);
 
-int orte_spawn_main(int argc, char **argv);
+int
+orte_spawn_main(int argc, char **argv);
 
 #endif /*ORTE_RTEMS_SHELL_H*/