# HG changeset patch # User Mathieu Lacage # Date 1191939097 -7200 # Node ID 13c65460caee101286aa8c341df418f16f925876 # Parent 59328b2e04e13b9b9f4e74cf40e67f45a84b331d fix coding style diff -r 59328b2e04e1 -r 13c65460caee src/devices/wifi/mac-high-adhoc.cc --- a/src/devices/wifi/mac-high-adhoc.cc Tue Oct 09 16:11:08 2007 +0200 +++ b/src/devices/wifi/mac-high-adhoc.cc Tue Oct 09 16:11:37 2007 +0200 @@ -1,7 +1,6 @@ /* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2005 INRIA - * All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -88,4 +87,4 @@ m_callback (packet); } -}; // namespace ns3 +} // namespace ns3 diff -r 59328b2e04e1 -r 13c65460caee src/devices/wifi/mac-high-adhoc.h --- a/src/devices/wifi/mac-high-adhoc.h Tue Oct 09 16:11:08 2007 +0200 +++ b/src/devices/wifi/mac-high-adhoc.h Tue Oct 09 16:11:37 2007 +0200 @@ -1,7 +1,6 @@ /* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2005 INRIA - * All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as @@ -55,6 +54,6 @@ ForwardCallback m_callback; }; -}; // namespace ns3 +} // namespace ns3 #endif /* MAC_HIGH_ADHOC_H */