diff --git a/src/node/node.cc b/src/node/node.cc index 5267d36ac..250c36813 100644 --- a/src/node/node.cc +++ b/src/node/node.cc @@ -1,4 +1,4 @@ -// -*- Mode:NS3 -*- +// -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- // // Copyright (c) 2006 Georgia Tech Research Corporation // All rights reserved. diff --git a/src/node/node.h b/src/node/node.h index 683e5f306..b1dd1ee7f 100644 --- a/src/node/node.h +++ b/src/node/node.h @@ -1,4 +1,4 @@ -// -*- Mode:NS3 -*- +// -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- // // Copyright (c) 2006 Georgia Tech Research Corporation // All rights reserved. @@ -121,7 +121,7 @@ public: private: Id_t m_id; // Node id for this node - SystemId_t m_sid; // System id for this node + SystemId_t m_sid; // System id for this node }; }; //namespace ns3