Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics: fix "Malformed whitespace in C++" spotted by codefactor.io.
[simgrid.git] / include / simgrid / kernel / routing / NetPoint.hpp
index bddc556..39b74e3 100644 (file)
@@ -25,7 +25,6 @@ namespace routing {
  * @details This represents a position in the network. One can send information between two netpoints
  */
 class NetPoint : public simgrid::xbt::Extendable<NetPoint> {
-
 public:
   enum class Type { Host, Router, NetZone };