Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge commit '78f0dd861a9bb479f33b9494a2b4ed7b977288a4' into v3_10_x
[simgrid.git] / examples / xbt / sem_basic.c
index c840eb66f1c9f6a0db387e941b41bb7fdc95b43b..ebf2ecb4a22f85266844152894aa5727e9678fb3 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2007. The SimGrid Team.
+/* Copyright (c) 2007, 2010-2012. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -16,7 +16,7 @@ XBT_LOG_NEW_DEFAULT_CATEGORY(sem_basic,
 
 
 
-#define THREAD_THREADS_MAX                     ((unsigned int)10)
+#define THREAD_THREADS_MAX      ((unsigned int)10)
 
 /*
  * the thread funtion.