Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
clang-format changes related to the previous commit
[simgrid.git] / src / kernel / routing / EmptyZone.hpp
index c7e5ec3..80d1d1f 100644 (file)
@@ -21,7 +21,8 @@ public:
   void getLocalRoute(NetCard* src, NetCard* dst, sg_platf_route_cbarg_t into, double* latency) override;
   void getGraph(xbt_graph_t graph, xbt_dict_t nodes, xbt_dict_t edges) override;
 };
-
-}}} // namespace
+}
+}
+} // namespace
 
 #endif /* SURF_ROUTING_NONE_HPP_ */