fix emacs tab mode (reported by george)
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 02 Oct 2006 14:34:53 +0200
changeset 110 9ac6d63bfe33
parent 109 d05b3025f1c1
child 111 ad64f88919b5
fix emacs tab mode (reported by george)
samples/main-callback.cc
samples/main-packet.cc
samples/main-simulator.cc
samples/main-test.cc
samples/main-trace.cc
src/common/buffer.cc
src/common/buffer.h
src/common/callback-tracer.h
src/common/data-writer.cc
src/common/data-writer.h
src/common/f-variable-tracer.h
src/common/header.cc
src/common/header.h
src/common/packet.cc
src/common/packet.h
src/common/pcap-writer.cc
src/common/pcap-writer.h
src/common/si-variable-tracer.h
src/common/stream-tracer-test.cc
src/common/stream-tracer.h
src/common/tags.cc
src/common/tags.h
src/common/trace-container.cc
src/common/trace-container.h
src/common/trailer.cc
src/common/trailer.h
src/common/ui-variable-tracer.h
src/common/variable-tracer-test.cc
src/core/callback-test.cc
src/core/callback.h
src/core/reference-list-test.cc
src/core/reference-list.h
src/core/system-file.h
src/core/system-wall-clock-ms.h
src/core/test.cc
src/core/test.h
src/core/unix-system-file.cc
src/core/unix-system-wall-clock-ms.cc
src/core/win32-system-file.cc
src/core/win32-system-wall-clock-ms.cc
src/simulator/event-id.cc
src/simulator/event-id.h
src/simulator/event-impl.cc
src/simulator/event-impl.h
src/simulator/nstime.h
src/simulator/scheduler-factory.cc
src/simulator/scheduler-factory.h
src/simulator/scheduler-heap.cc
src/simulator/scheduler-heap.h
src/simulator/scheduler-list.cc
src/simulator/scheduler-list.h
src/simulator/scheduler-map.cc
src/simulator/scheduler-map.h
src/simulator/scheduler.cc
src/simulator/scheduler.h
src/simulator/simulator.cc
src/simulator/simulator.h
src/simulator/time.cc
utils/bench-packets.cc
utils/bench-simulator.cc
utils/replay-simulation.cc
utils/run-tests.cc
--- a/samples/main-callback.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/samples/main-callback.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 #include "ns3/callback.h"
 #include <cassert>
 #include <iostream>
--- a/samples/main-packet.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/samples/main-packet.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 #include "ns3/packet.h"
 #include "ns3/header.h"
 #include <iostream>
--- a/samples/main-simulator.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/samples/main-simulator.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 #include "ns3/simulator.h"
 #include "ns3/nstime.h"
 #include <iostream>
--- a/samples/main-test.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/samples/main-test.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 
 #include "ns3/test.h"
 
--- a/samples/main-trace.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/samples/main-trace.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 #include "ns3/trace-container.h"
 #include "ns3/ui-variable-tracer.h"
 #include "ns3/callback-tracer.h"
--- a/src/common/buffer.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/buffer.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
  * All rights reserved.
--- a/src/common/buffer.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/buffer.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
  * All rights reserved.
--- a/src/common/callback-tracer.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/callback-tracer.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
  * All rights reserved.
--- a/src/common/data-writer.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/data-writer.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/common/data-writer.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/data-writer.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/common/f-variable-tracer.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/f-variable-tracer.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/src/common/header.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/header.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/common/header.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/header.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/common/packet.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/packet.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
  * All rights reserved.
--- a/src/common/packet.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/packet.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
  * All rights reserved.
--- a/src/common/pcap-writer.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/pcap-writer.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
  * All rights reserved.
--- a/src/common/pcap-writer.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/pcap-writer.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
  * All rights reserved.
--- a/src/common/si-variable-tracer.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/si-variable-tracer.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/src/common/stream-tracer-test.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/stream-tracer-test.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/src/common/stream-tracer.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/stream-tracer.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/src/common/tags.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/tags.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/src/common/tags.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/tags.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/src/common/trace-container.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/trace-container.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/src/common/trace-container.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/trace-container.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/src/common/trailer.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/trailer.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/common/trailer.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/trailer.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/common/ui-variable-tracer.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/ui-variable-tracer.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/src/common/variable-tracer-test.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/common/variable-tracer-test.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/src/core/callback-test.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/core/callback-test.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
  * All rights reserved.
--- a/src/core/callback.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/core/callback.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
  * All rights reserved.
--- a/src/core/reference-list-test.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/core/reference-list-test.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/src/core/reference-list.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/core/reference-list.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/src/core/system-file.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/core/system-file.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/core/system-wall-clock-ms.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/core/system-wall-clock-ms.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/core/test.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/core/test.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/core/test.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/core/test.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/core/unix-system-file.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/core/unix-system-file.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/core/unix-system-wall-clock-ms.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/core/unix-system-wall-clock-ms.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/core/win32-system-file.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/core/win32-system-file.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/core/win32-system-wall-clock-ms.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/core/win32-system-wall-clock-ms.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/simulator/event-id.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/event-id.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/simulator/event-id.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/event-id.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/simulator/event-impl.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/event-impl.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/simulator/event-impl.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/event-impl.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
  * All rights reserved.
--- a/src/simulator/nstime.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/nstime.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
  * All rights reserved.
--- a/src/simulator/scheduler-factory.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/scheduler-factory.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/src/simulator/scheduler-factory.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/scheduler-factory.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/src/simulator/scheduler-heap.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/scheduler-heap.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * Copyright (c) 2005 Mathieu Lacage
--- a/src/simulator/scheduler-heap.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/scheduler-heap.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/simulator/scheduler-list.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/scheduler-list.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/simulator/scheduler-list.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/scheduler-list.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/simulator/scheduler-map.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/scheduler-map.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/src/simulator/scheduler-map.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/scheduler-map.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/src/simulator/scheduler.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/scheduler.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/src/simulator/scheduler.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/scheduler.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/simulator/simulator.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/simulator.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
  * All rights reserved.
--- a/src/simulator/simulator.h	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/simulator.h	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.
--- a/src/simulator/time.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/src/simulator/time.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
  * All rights reserved.
--- a/utils/bench-packets.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/utils/bench-packets.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/utils/bench-simulator.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/utils/bench-simulator.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/utils/replay-simulation.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/utils/replay-simulation.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2006 INRIA
  * All rights reserved.
--- a/utils/run-tests.cc	Mon Oct 02 11:43:54 2006 +0200
+++ b/utils/run-tests.cc	Mon Oct 02 14:34:53 2006 +0200
@@ -1,4 +1,4 @@
-/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:f -*- */
+/* -*-    Mode:C++; c-basic-offset:4; tab-width:4; indent-tabs-mode:nil -*- */
 /*
  * Copyright (c) 2005 INRIA
  * All rights reserved.