From cd84c1cb10a08d1faf5aa6b8b48be2d9330f73fc Mon Sep 17 00:00:00 2001 From: George Bosilca Date: Thu, 26 May 2005 21:41:51 +0000 Subject: [PATCH] Replace TAB with spaces. This commit was SVN r5882. --- src/datatype/fake_stack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datatype/fake_stack.c b/src/datatype/fake_stack.c index 3ee9770f8b..500d493294 100644 --- a/src/datatype/fake_stack.c +++ b/src/datatype/fake_stack.c @@ -92,7 +92,7 @@ int ompi_convertor_create_stack_with_pos_general( ompi_convertor_t* pConvertor, pStack[0].count = pConvertor->count - cnt; cnt = starting_point - cnt * pData->size; /* number of bytes after the loop */ pStack[1].index = 0; - pStack[1].type = DT_BYTE; + pStack[1].type = DT_BYTE; pStack[1].end_loop = pStack->end_loop; pStack[1].disp = pStack[0].disp; pStack[1].count = pData->size - cnt;