Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove unused battery parameters
[simgrid.git] / teshsuite / s4u / wait-all-for / wait-all-for.cpp
index 371936a2a021864cb843267bccce614952c16441..4f0c3d047b3d1da2d47f23191b5e2c67b1668240 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2019-2022. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2019-2023. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -12,7 +12,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(meh, "meh");
 
 static void worker()
 {
-  auto mbox  = simgrid::s4u::Mailbox::by_name("meh");
+  auto* mbox = simgrid::s4u::Mailbox::by_name("meh");
   int input1 = 42;
   int input2 = 51;