fix coding style
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Tue, 09 Oct 2007 16:11:37 +0200
changeset 1934 13c65460caee
parent 1933 59328b2e04e1
child 1935 c7ac48654295
fix coding style
src/devices/wifi/mac-high-adhoc.cc
src/devices/wifi/mac-high-adhoc.h
--- 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
--- 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 */