--- a/src/helper/csma-helper.cc Fri Oct 24 12:29:39 2008 +0200
+++ b/src/helper/csma-helper.cc Fri Oct 24 12:31:57 2008 +0200
@@ -39,10 +39,10 @@
void
CsmaHelper::SetQueue (std::string type,
- std::string n1, const AttributeValue &v1,
- std::string n2, const AttributeValue &v2,
- std::string n3, const AttributeValue &v3,
- std::string n4, const AttributeValue &v4)
+ std::string n1, const AttributeValue &v1,
+ std::string n2, const AttributeValue &v2,
+ std::string n3, const AttributeValue &v3,
+ std::string n4, const AttributeValue &v4)
{
m_queueFactory.SetTypeId (type);
m_queueFactory.Set (n1, v1);
@@ -106,9 +106,9 @@
{
Ptr<Node> node = *i;
for (uint32_t j = 0; j < node->GetNDevices (); ++j)
- {
- devs.Add (node->GetDevice (j));
- }
+ {
+ devs.Add (node->GetDevice (j));
+ }
}
EnablePcap (filename, devs);
}
@@ -153,9 +153,9 @@
{
Ptr<Node> node = *i;
for (uint32_t j = 0; j < node->GetNDevices (); ++j)
- {
- devs.Add (node->GetDevice (j));
- }
+ {
+ devs.Add (node->GetDevice (j));
+ }
}
EnableAscii (os, devs);
}