X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ea74f5d95928a521a588737e81f1de94eef25d19..8344f32ee2339f2b53a6e79ac0e9aa3a93384f58:/src/smpi/colls/alltoall/alltoall-ring-light-barrier.cpp diff --git a/src/smpi/colls/alltoall/alltoall-ring-light-barrier.cpp b/src/smpi/colls/alltoall/alltoall-ring-light-barrier.cpp index 553e365c8b..ec91cf5607 100644 --- a/src/smpi/colls/alltoall/alltoall-ring-light-barrier.cpp +++ b/src/smpi/colls/alltoall/alltoall-ring-light-barrier.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2013-2022. The SimGrid Team. +/* Copyright (c) 2013-2023. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -27,8 +27,7 @@ * Author: Ahmad Faraj ****************************************************************************/ -namespace simgrid{ -namespace smpi{ +namespace simgrid::smpi { int alltoall__ring_light_barrier(const void *send_buff, int send_count, MPI_Datatype send_type, @@ -76,5 +75,4 @@ alltoall__ring_light_barrier(const void *send_buff, int send_count, return MPI_SUCCESS; } -} -} +} // namespace simgrid::smpi