Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill all trailling whitespaces
[simgrid.git] / tools / cmake / test_prog / prog_sem_open.c
index ad05384..f983986 100644 (file)
@@ -25,6 +25,6 @@ int main(void) {
 //     printf("sem_open failed\n");
      return 1;
    }
-//   printf("sem_open succeeded\n");   
+//   printf("sem_open succeeded\n");
    return 0;
 }