rerun check-style.py at default level to enforce space after function name

This commit is contained in:
Tom Henderson
2011-05-22 23:18:47 -07:00
parent ed67b47d69
commit 2a2690a003
366 changed files with 3398 additions and 3398 deletions

View File

@@ -27,8 +27,8 @@ NS_LOG_COMPONENT_DEFINE ("FirstScriptExample");
int
main (int argc, char *argv[])
{
LogComponentEnable("UdpEchoClientApplication", LOG_LEVEL_INFO);
LogComponentEnable("UdpEchoServerApplication", LOG_LEVEL_INFO);
LogComponentEnable ("UdpEchoClientApplication", LOG_LEVEL_INFO);
LogComponentEnable ("UdpEchoServerApplication", LOG_LEVEL_INFO);
NodeContainer nodes;
nodes.Create (2);