[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.2b3-219-g7251947

Service Account noreply at mpich.org
Mon Jul 13 10:10:11 CDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  72519477377a3ff41fd165a96ecc15b596498de7 (commit)
      from  b2870c55d476a7fe2498f1a231c2d62b3a548332 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/72519477377a3ff41fd165a96ecc15b596498de7

commit 72519477377a3ff41fd165a96ecc15b596498de7
Author: Xin Zhao <xinzhao3 at illinois.edu>
Date:   Sun Jul 12 22:24:04 2015 -0500

    Code format clean up.
    
    No reviewer.

diff --git a/src/mpid/ch3/src/ch3u_handle_recv_req.c b/src/mpid/ch3/src/ch3u_handle_recv_req.c
index 8325f27..f45f9c9 100644
--- a/src/mpid/ch3/src/ch3u_handle_recv_req.c
+++ b/src/mpid/ch3/src/ch3u_handle_recv_req.c
@@ -1710,7 +1710,8 @@ static inline int perform_cas_in_lock_queue(MPID_Win * win_ptr,
 
     /* Send the response packet */
     MPIU_THREAD_CS_ENTER(CH3COMM, target_lock_entry->vc);
-    mpi_errno = MPIDI_CH3_iStartMsg(target_lock_entry->vc, cas_resp_pkt, sizeof(*cas_resp_pkt), &send_req);
+    mpi_errno =
+        MPIDI_CH3_iStartMsg(target_lock_entry->vc, cas_resp_pkt, sizeof(*cas_resp_pkt), &send_req);
     MPIU_THREAD_CS_EXIT(CH3COMM, target_lock_entry->vc);
 
     MPIU_ERR_CHKANDJUMP(mpi_errno != MPI_SUCCESS, mpi_errno, MPI_ERR_OTHER, "**ch3|rmamsg");

-----------------------------------------------------------------------

Summary of changes:
 src/mpid/ch3/src/ch3u_handle_recv_req.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list