change emacs style commands

This commit is contained in:
Mathieu Lacage
2007-02-08 11:13:49 +01:00
parent 0d9305c70a
commit e73ac88cf2
2 changed files with 3 additions and 3 deletions

View File

@@ -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.

View File

@@ -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