From: Frederic Suter Date: Fri, 1 Apr 2016 06:16:53 +0000 (+0200) Subject: cosmetics X-Git-Tag: v3_13~180^2~12^2~9 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d6f9ff17895dbe0393bb0c31a04fffdd052da678 cosmetics --- diff --git a/examples/java/CMakeLists.txt b/examples/java/CMakeLists.txt index cac34ad5fd..64bc33c7b7 100644 --- a/examples/java/CMakeLists.txt +++ b/examples/java/CMakeLists.txt @@ -73,7 +73,7 @@ set(examples_src ${examples_src} set(tesh_files ${tesh_files} PARENT_SCOPE) set(bin_files ${bin_files} ${CMAKE_CURRENT_SOURCE_DIR}/app/bittorrent/generate.py PARENT_SCOPE) set(txt_files ${txt_files} ${CMAKE_CURRENT_SOURCE_DIR}/app/masterworker/README - ${CMAKE_CURRENT_SOURCE_DIR}/cloud/migration/README PARENT_SCOPE) + ${CMAKE_CURRENT_SOURCE_DIR}/cloud/migration PARENT_SCOPE) set(xml_files ${xml_files} ${CMAKE_CURRENT_SOURCE_DIR}/app/bittorrent/bittorrent.xml ${CMAKE_CURRENT_SOURCE_DIR}/app/masterworker/masterworker.xml ${CMAKE_CURRENT_SOURCE_DIR}/dht/chord/chord.xml diff --git a/src/xbt/log.c b/src/xbt/log.c index 88f426d966..ae4b051d65 100644 --- a/src/xbt/log.c +++ b/src/xbt/log.c @@ -477,8 +477,7 @@ Each category has an optional appender. An appender is a pointer to a structure which starts with a pointer to a do_append() function. do_append() prints a message to a log. -When a category is passed a message by one of the logging macros, the -category performs the following actions: +When a category is passed a message by one of the logging macros, the category performs the following actions: - if the category has an appender, the message is passed to the appender's do_append() function, @@ -1025,8 +1024,6 @@ static void _set_inherited_thresholds(xbt_log_category_t cat) _set_inherited_thresholds(child); } } - - } void xbt_log_threshold_set(xbt_log_category_t cat, e_xbt_log_priority_t threshold) @@ -1211,8 +1208,7 @@ void xbt_log_control_set(const char *control_string) return; } - /* Parse each entry and either use it right now (if the category was already - created), or store it for further use */ + /* Parse each entry and either use it right now (if the category was already created), or store it for further use */ xbt_dynar_foreach(set_strings, cpt, str) { xbt_log_category_t cat = NULL;