From: Arnaud Giersch Date: Sun, 20 Aug 2017 21:15:09 +0000 (+0200) Subject: Whitespace cleanup. X-Git-Tag: v3_17~152^2~21 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/97251bcf38f652d22db8a323d026209b52348a76?ds=sidebyside Whitespace cleanup. --- diff --git a/src/include/xbt/parmap.hpp b/src/include/xbt/parmap.hpp index 5818def7e6..dd5037f7aa 100644 --- a/src/include/xbt/parmap.hpp +++ b/src/include/xbt/parmap.hpp @@ -68,19 +68,19 @@ private: * * This function is called by the controller thread. */ - virtual void master_signal() = 0; + virtual void master_signal() = 0; /** * \brief Starts the parmap: waits for all workers to be ready and returns. * * This function is called by the controller thread. */ - virtual void master_wait() = 0; + virtual void master_wait() = 0; /** * \brief Ends the parmap: wakes the controller thread when all workers terminate. * * This function is called by all worker threads when they end (not including the controller). */ - virtual void worker_signal() = 0; + virtual void worker_signal() = 0; /** * \brief Waits for some work to process. *