Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of https://github.com/mpoquet/simgrid
[simgrid.git] / tools / cmake / test_prog / prog_stackgrowth.c
index d75dde5..8545ed3 100644 (file)
@@ -11,7 +11,7 @@ static int iterate = 10;
 static int growsdown(int *x)
 {
   int y = (x > &y);
-   
+
   if (--iterate > 0)
     y = growsdown(&y);