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 / libgras / libgras.c
index cf253ee..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;
 }
+
 //---------------------------------------------------------------------------