From: cherierm Date: Mon, 7 Jan 2008 16:56:16 +0000 (+0000) Subject: Add end line in msg_mailbox* files and add the file msg_mailbox.c in Makefile.am X-Git-Tag: v3.3~686 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f1b86374a5c9d3f40f72910eaa68ad5ff7bd5a93?ds=sidebyside Add end line in msg_mailbox* files and add the file msg_mailbox.c in Makefile.am git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5168 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/Makefile.am b/src/Makefile.am index 01ec099ba8..7792566b0b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -211,7 +211,7 @@ SMPI_SRC= \ MSG_SRC= msg/msg_config.c \ msg/task.c msg/host.c msg/m_process.c msg/gos.c \ - msg/global.c msg/environment.c msg/deployment.c + msg/global.c msg/environment.c msg/deployment.c msg_mailbox.c JMSG_C_SRC = \ xbt/xbt_jcontext.c \ diff --git a/src/msg/msg_mailbox.c b/src/msg/msg_mailbox.c index d27bdc90aa..18621380a0 100644 --- a/src/msg/msg_mailbox.c +++ b/src/msg/msg_mailbox.c @@ -197,4 +197,4 @@ MSG_mailbox_get_by_alias(const char* alias) } return mailbox; -} \ No newline at end of file +} diff --git a/src/msg/msg_mailbox.h b/src/msg/msg_mailbox.h index 9a4ebdd9d1..94e0c2abb2 100644 --- a/src/msg/msg_mailbox.h +++ b/src/msg/msg_mailbox.h @@ -247,4 +247,5 @@ MSG_mailbox_get_count_host_tasks(msg_mailbox_t mailbox, m_host_t host); } #endif -#endif /* !SMX_MAILBOX_H */ \ No newline at end of file +#endif /* !SMX_MAILBOX_H */ +