Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove an old cruft from MS Visual
[simgrid.git] / tools / cmake / test_prog / prog_stackgrowth.c
index d75dde534e3eff6c44267918570ab49817135e15..8545ed3a6d00f9769cdc1cf04288506a41c70e9e 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);