Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
missing virtual destructor
[simgrid.git] / include / simgrid / engine.h
index dda7f55165d93f7297ccbee6e1867bd6e3dba257..d3ff02b859c11df58fb734ca20f5d6bfddd2ab57 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2018-2022. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2018-2023. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -11,9 +11,9 @@
 
 SG_BEGIN_DECL /* C interface */
 
-    /** Initialize the SimGrid engine, taking the command line parameters of your main function. */
-    XBT_PUBLIC void
-    simgrid_init(int* argc, char** argv);
+/** Initialize the SimGrid engine, taking the command line parameters of your main function. */
+XBT_PUBLIC void
+simgrid_init(int* argc, char** argv);
 
 /** Creates a new platform, including hosts, links, and the routing table.
  *