From 626e0814a2496633a29f1ee148f5dc13b1bd6cf1 Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Sat, 12 Jan 2008 18:47:17 +0000 Subject: [PATCH] Style clean-up This commit was SVN r17126. --- ompi/mca/btl/openib/btl_openib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ompi/mca/btl/openib/btl_openib.c b/ompi/mca/btl/openib/btl_openib.c index 860f4b5c45..4e4c943c58 100644 --- a/ompi/mca/btl/openib/btl_openib.c +++ b/ompi/mca/btl/openib/btl_openib.c @@ -255,11 +255,11 @@ static int mca_btl_openib_size_queues(struct mca_btl_openib_module_t* openib_btl } rc = adjust_cq(hca, BTL_OPENIB_HP_CQ); - if(rc != OMPI_SUCCESS) + if (OMPI_SUCCESS != rc) goto out; rc = adjust_cq(hca, BTL_OPENIB_LP_CQ); - if(rc != OMPI_SUCCESS) + if (OMPI_SUCCESS != rc) goto out; if(0 == openib_btl->num_peers)