--- a/src/devices/wifi/adhoc-wifi-mac.cc Thu Dec 02 07:51:34 2010 +0000
+++ b/src/devices/wifi/adhoc-wifi-mac.cc Wed Dec 01 22:13:26 2010 +0000
@@ -48,7 +48,7 @@
static TypeId tid = TypeId ("ns3::AdhocWifiMac")
.SetParent<RegularWifiMac> ()
.AddConstructor<AdhocWifiMac> ()
- ;
+ ;
return tid;
}