Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove trailing commas in enum declarations.
[simgrid.git] / src / surf / workstation_ptask_L07.c
index 861e404..c948bd9 100644 (file)
@@ -13,7 +13,7 @@
 
 typedef enum {
   SURF_WORKSTATION_RESOURCE_CPU,
-  SURF_WORKSTATION_RESOURCE_LINK,
+  SURF_WORKSTATION_RESOURCE_LINK
 } e_surf_workstation_model_type_t;
 
 /**************************************/