Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add tests for floyd model.
[simgrid.git] / teshsuite / gras / msg_handle / msg_handle.c
index 678115b..0c57449 100644 (file)
@@ -16,7 +16,8 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(test, "Messages specific to this test");
 int server(int argc, char *argv[]);
 int client(int argc, char *argv[]);
 
-static int server_cb_hello_handler(gras_msg_cb_ctx_t ctx, void *payload_data)
+static int server_cb_hello_handler(gras_msg_cb_ctx_t ctx,
+                                   void *payload_data)
 {
   INFO0("Got the message");
   return 0;