summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlaranjeiro2008-07-18 13:08:43 +0000
committerlaranjeiro2008-07-18 13:08:43 +0000
commit6bb67b6b9a2395dae0450f943633ccf682efbe0f (patch)
treececf737e30fc2972e78b9c2dacb85d7ee48af2a4
parent6bf1fb54b720f595550db92dc1a45fcf3c07ea10 (diff)
cesar: Remove white spaces from the cesar.c file.
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2629 017c9cb6-072f-447c-8318-d5b54f68fe89
-rw-r--r--cesar/src/cesar.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/cesar/src/cesar.c b/cesar/src/cesar.c
index fa7bc67edb..bc320743e9 100644
--- a/cesar/src/cesar.c
+++ b/cesar/src/cesar.c
@@ -7,7 +7,7 @@
* }}} */
/**
* \file cesar.c
- * \brief main level of cesar software.
+ * \brief main level of cesar software.
* \ingroup cesar
*/
@@ -15,9 +15,9 @@ cp_t cp_ctx;
/**
* \brief CESAR application software entry-point function.
- *
+ *
* \return true
- *
+ *
*/
int
cesar_init (void)
@@ -54,7 +54,7 @@ cesar_init (void)
cp_sta_global.pbproc,
pbproc_get_ca(cp_sta_global.pbproc),
cp_sta_global.hal_timer);
-
+
ce_init(cp_ctx);
// start HLE...
@@ -65,14 +65,14 @@ cesar_init (void)
/**
* \brief Entry-point function, main() or cyg_user_start().
- * - main() or cyg_user_start() called directly by maximus core in case of maximus simulation environment,
+ * - main() or cyg_user_start() called directly by maximus core in case of maximus simulation environment,
* - cyg_user_start() called by eCos on true target...
- *
+ *
* \return cesar initialisation return code
*
* 1) in case of running in Maximus simulator, performs specific inits
* relating to use of Maximus resources (Maximus station init, Maximus log level/mask)
- * 2) jump to (call) cesar_init()
+ * 2) jump to (call) cesar_init()
*/
int
main (void)