remove useless trailing ;

This commit is contained in:
Mathieu Lacage
2008-03-27 15:21:05 -07:00
parent a280c30a20
commit fa2983e8a4

View File

@@ -73,6 +73,6 @@ private:
std::ofstream *m_writer;
};
}; // namespace ns3
} // namespace ns3
#endif /* PCAP_WRITER_H */