Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Indent the rest of the code (examples, buildtools, doc...) except for examples/SMPI...
[simgrid.git] / buildtools / Cmake / test_prog / prog_sem_init.c
index f4d3038..0fe001f 100644 (file)
@@ -8,6 +8,6 @@
 
 void main(void)
 {
-       sem_t s;
-       sem_init(&s);
+  sem_t s;
+  sem_init(&s);
 }