From 97251bcf38f652d22db8a323d026209b52348a76 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Sun, 20 Aug 2017 23:15:09 +0200 Subject: [PATCH] Whitespace cleanup. --- src/include/xbt/parmap.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. * -- 2.20.1