]> AND Public Git Repository - simgrid.git/blobdiff - include/simgrid/simdag.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
closing a file is a noop. No need to deep down the stack
[simgrid.git] / include / simgrid / simdag.h
index b31744190385113af00ba327eaec6213b2a5ef46..27efe346a03d181ca4a991b38ec9e6e08985df59 100644 (file)
@@ -121,8 +121,8 @@ XBT_PUBLIC(void) SD_task_schedulel(SD_task_t task, int count, ...);
 
 /** @} */
 
-/** @addtogroup SD_task_dependency_api 
- * 
+/** @addtogroup SD_task_dependency_api
+ *
  *  This section describes the functions for managing the dependencies between the tasks.
  *
  *  @see SD_task_api