From 4f76738343f7a677f81f5ab26a15234a3045ec8d Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Tue, 14 Jun 2016 13:35:43 +0200 Subject: [PATCH] [SMPI] Alignment cosmetics. --- src/smpi/smpi_base.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/smpi/smpi_base.cpp b/src/smpi/smpi_base.cpp index 89ae538792..3b4cdb9019 100644 --- a/src/smpi/smpi_base.cpp +++ b/src/smpi/smpi_base.cpp @@ -802,8 +802,8 @@ int smpi_mpi_testany(int count, MPI_Request requests[], int *index, MPI_Status * finish_wait(&requests[*index], status); if (requests[*index] != MPI_REQUEST_NULL && (requests[*index]->flags & NON_PERSISTENT)) requests[*index] = MPI_REQUEST_NULL; - flag = 1; - nsleeps=1; + flag = 1; + nsleeps = 1; }else{ nsleeps++; } -- 2.20.1