src/node/node.h
changeset 233 6b60d7b27ae4
parent 232 8cd08910f9a1
child 234 6124bda39cb3
--- a/src/node/node.h	Thu Feb 08 11:11:24 2007 +0100
+++ b/src/node/node.h	Thu Feb 08 11:13:49 2007 +0100
@@ -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 @@
   
 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