Skip to content

Commit 6c53c75

Browse files
JonnyKongcawka
authored andcommitted
utils: Remove unnecessary semicolons to reduce warnings
Change-Id: I8b8848e360cdbdc279ae7f3e64cf2bf50768d379
1 parent fc8956c commit 6c53c75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

utils/topology/rocketfuel-map-reader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,6 @@ class RocketfuelMapReader : public AnnotatedTopologyReader {
181181
assignGw(Traits::vertex_descriptor vertex, uint32_t degree, node_type_t nodeType);
182182
}; // end class RocketfuelMapReader
183183

184-
}; // end namespace ns3
184+
} // end namespace ns3
185185

186186
#endif /* ROCKETFUEL_MAP_READER_H */

utils/topology/rocketfuel-weights-reader.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ RocketfuelWeightsReader::GetDefaultQueue() const
110110
return m_queue;
111111
}
112112

113-
}; // end namespace ns3
113+
} // end namespace ns3
114114

115115
#endif /* ROCKETFUEL_TOPOLOGY_WEIGHTS_READER_H */

0 commit comments

Comments
 (0)