Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sed -i -e 's/\t/ /g' *.[ch] Please people, stop using tabs in your source
[simgrid.git] / src / gras / Msg / sg_msg.c
index 3816885..78d510d 100644 (file)
@@ -72,7 +72,7 @@ int gras_socket_im_the_server(xbt_socket_t sock)
       listener_thread = ((fake_gras_msg_listener_t)l)->listener;
       client_listener_process = ((fake_xbt_thread_t)listener_thread)->s_process;
       if (client_listener_process == SIMIX_process_self()) {
-       XBT_VERB("I am the listener of the client");
+  XBT_VERB("I am the listener of the client");
         return 0;
       }
     }