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_timedwait.c
index 58876f6..994d9ad 100644 (file)
@@ -8,7 +8,7 @@
 
 int main()
 {
-       sem_t *s;
-       const struct timespec * t;
-       sem_timedwait(s, t);
+  sem_t *s;
+  const struct timespec *t;
+  sem_timedwait(s, t);
 }