Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: align comment.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 4 Jun 2012 14:07:51 +0000 (16:07 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 4 Jun 2012 14:56:58 +0000 (16:56 +0200)
src/simix/smx_private.h

index cf543db..a50b31f 100644 (file)
@@ -142,7 +142,7 @@ typedef struct s_smx_action {
       size_t *dst_buff_size;
       unsigned int copied:1;          /* whether the data were already copied */
 
       size_t *dst_buff_size;
       unsigned int copied:1;          /* whether the data were already copied */
 
-      void* src_data;                     /* User data associated to communication */
+      void* src_data;                 /* User data associated to communication */
       void* dst_data;
     } comm;    
 
       void* dst_data;
     } comm;