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 / msg / msg_private.h
index 30448ca..e95c019 100644 (file)
@@ -71,7 +71,7 @@ typedef struct simdata_process {
   int argc;                     /* arguments number if any */
   MSG_error_t last_errno;       /* the last value returned by a MSG_function */
 
-  msg_vm_t vm;                                                                 /* virtual machine the process is in */
+  msg_vm_t vm;                 /* virtual machine the process is in */
 
   void* data;                   /* user data */
 } s_simdata_process_t, *simdata_process_t;