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_printf_null.c
index 473d6c5..00277d4 100644 (file)
@@ -5,4 +5,4 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <stdio.h>
-printf("%s",NULL);
+printf("%s", NULL);