Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Clean indentation and coding style in SIMIX
[simgrid.git] / src / simix / network_private.h
index e49a47a..845eba2 100644 (file)
@@ -52,5 +52,6 @@ size_t SIMIX_comm_get_src_buff_size(smx_action_t action);
 size_t SIMIX_comm_get_dst_buff_size(smx_action_t action);
 smx_process_t SIMIX_comm_get_src_proc(smx_action_t action);
 smx_process_t SIMIX_comm_get_dst_proc(smx_action_t action);
+
 #endif