core: clear check-style -l3 errors

This commit is contained in:
Peter D. Barnes, Jr
2020-03-25 15:12:18 -07:00
parent 78d7fa3d12
commit 063d86c096
135 changed files with 3870 additions and 3283 deletions

View File

@@ -32,12 +32,12 @@
namespace ns3 {
NS_LOG_COMPONENT_DEFINE ("NodePrinter");
NS_LOG_COMPONENT_DEFINE ("NodePrinter");
/**
* \ingroup logging
* Default node id printer implementation.
*
*
* \param [in,out] os The output stream to print the node id on.
*/
void
@@ -54,6 +54,5 @@ DefaultNodePrinter (std::ostream &os)
}
} // namespace ns3