Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
clang-format these files, no change
[simgrid.git] / src / surf / ns3 / ns3_interface.h
index 215d6d8..b9270f9 100644 (file)
@@ -8,10 +8,10 @@
 
 #include <simgrid/s4u/host.hpp>
 
-namespace simgrid{
-  namespace surf{
-    class NetworkNS3Action;
-  }
+namespace simgrid {
+namespace surf {
+class NetworkNS3Action;
+}
 }
 
 class NetCardNs3 {
@@ -24,13 +24,13 @@ public:
 
 SG_BEGIN_DECL()
 
-XBT_PUBLIC(void)   ns3_initialize(const char* TcpProtocol);
+XBT_PUBLIC(void) ns3_initialize(const char* TcpProtocol);
 XBT_PUBLIC(void)
 ns3_create_flow(sg_host_t src, sg_host_t dst, double start, u_int32_t TotalBytes,
                 simgrid::surf::NetworkNS3Action* action);
-XBT_PUBLIC(void)   ns3_simulator(double maxSeconds);
-XBT_PUBLIC(void *) ns3_add_router(const char * id);
-XBT_PUBLIC(void)   ns3_add_link(int src, int dst, char * bw,char * lat);
+XBT_PUBLIC(void) ns3_simulator(double maxSeconds);
+XBT_PUBLIC(void*) ns3_add_router(const char* id);
+XBT_PUBLIC(void) ns3_add_link(int src, int dst, char* bw, char* lat);
 XBT_PUBLIC(void) ns3_add_cluster(const char* id, char* bw, char* lat);
 
 SG_END_DECL()