Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add/update copyright notices.
[simgrid.git] / buildtools / Cmake / test_prog / prog_sem_timedwait.c
index 58876f6..c6a94a8 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2010. The SimGrid Team.
+/* Copyright (c) 2010, 2014. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -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);
 }