From 0871bc3c784492051d51cc378726b18a4c77046e Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Castelli?= Date: Thu, 19 Jun 2014 09:49:14 +0200 Subject: [PATCH] Remove some unbreakable spaces breaking the pdf generation --- doc/doxygen/options.doc | 2 +- src/include/surf/maxmin.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/options.doc b/doc/doxygen/options.doc index 0b18f833b6..9ddb7fb76d 100644 --- a/doc/doxygen/options.doc +++ b/doc/doxygen/options.doc @@ -417,7 +417,7 @@ model checker (see \ref options_mc_perf). In some cases, no stack guard page is used and the stack will silently overflow on other parts of the memory if the stack size is too small -for your application. This happens : +for your application. This happens : - on Windows systems; - when the model checker is enabled; diff --git a/src/include/surf/maxmin.h b/src/include/surf/maxmin.h index ba925ee13d..7f58d7c906 100644 --- a/src/include/surf/maxmin.h +++ b/src/include/surf/maxmin.h @@ -342,7 +342,7 @@ XBT_PUBLIC(void) lmm_update_variable_bound(lmm_system_t sys, lmm_variable_t var, * @brief Update the weight of a variable * * @param sys A system - * @param var A variable + * @param var A variable * @param weight The new weight of the variable */ XBT_PUBLIC(void) lmm_update_variable_weight(lmm_system_t sys, -- 2.20.1