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 / builder6 / simgrid / simgrid.c
index 16c8e2a..dcf146c 100644 (file)
 //---------------------------------------------------------------------------
 
 #pragma argsused
-int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void* lpReserved)
+int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason,
+                         void *lpReserved)
 {
-    return 1;
+  return 1;
 }
+
 //---------------------------------------------------------------------------
\ No newline at end of file