From 79e6ee5c40e94116881f88684fb612f321b8f5db Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 4 Jun 2012 16:07:51 +0200 Subject: [PATCH] Cosmetics: align comment. --- src/simix/smx_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simix/smx_private.h b/src/simix/smx_private.h index cf543db3bd..a50b31f9e6 100644 --- a/src/simix/smx_private.h +++ b/src/simix/smx_private.h @@ -142,7 +142,7 @@ typedef struct s_smx_action { 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; -- 2.20.1