From: Samuel Lepetit Date: Thu, 14 Jun 2012 20:59:38 +0000 (+0200) Subject: Indentation fix X-Git-Tag: v3_8~598^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0e8f25088a5fcac96419b8243a2838acd637fa88?ds=sidebyside Indentation fix --- diff --git a/src/msg/msg_gos.c b/src/msg/msg_gos.c index 061ddf499d..0ce5b3ef84 100644 --- a/src/msg/msg_gos.c +++ b/src/msg/msg_gos.c @@ -626,7 +626,7 @@ void MSG_comm_destroy(msg_comm_t comm) * It takes two parameters. * \param comm the communication to wait. * \param timeout Wait until the communication terminates or the timeout -occurs. You can provide a -1 timeout to obtain an infinite timeout. + * occurs. You can provide a -1 timeout to obtain an infinite timeout. * \return MSG_error_t */ MSG_error_t MSG_comm_wait(msg_comm_t comm, double timeout)