From a2e0ed145a080c13fb8c450edd0574474314589e Mon Sep 17 00:00:00 2001 From: "Peter D. Barnes, Jr." Date: Mon, 8 Jun 2015 16:37:40 -0700 Subject: [PATCH] Missing mode lines. --- src/config-store/model/config-store.cc | 2 ++ src/config-store/model/config-store.h | 2 ++ src/config-store/model/file-config.cc | 2 ++ src/config-store/model/file-config.h | 2 ++ src/config-store/model/raw-text-config.cc | 2 ++ src/config-store/model/raw-text-config.h | 2 ++ src/config-store/model/xml-config.cc | 2 ++ src/config-store/model/xml-config.h | 2 ++ src/core/model/cairo-wideint-private.h | 1 + src/core/model/cairo-wideint.c | 1 + src/core/model/deprecated.h | 2 ++ src/core/model/unused.h | 2 ++ src/internet/examples/main-simple.cc | 2 ++ src/internet/helper/ipv4-interface-container.cc | 2 ++ src/internet/helper/ipv4-interface-container.h | 2 ++ src/internet/model/icmpv4-l4-protocol.cc | 2 ++ src/internet/model/icmpv4-l4-protocol.h | 2 ++ src/internet/model/icmpv6-l4-protocol.cc | 2 +- src/internet/model/sim_errno.h | 2 ++ src/lte/test/lte-test-deactivate-bearer.h | 2 ++ src/mobility/model/mobility.h | 2 ++ src/netanim/model/animation-interface.cc | 4 +++- src/netanim/model/animation-interface.h | 1 + src/network/model/chunk.cc | 2 ++ src/network/model/chunk.h | 2 ++ src/network/model/header.cc | 2 ++ src/network/model/trailer.cc | 2 ++ src/network/test/buffer-test.cc | 2 ++ src/network/utils/pcap-test.h | 2 ++ src/network/utils/sgi-hashmap.h | 2 ++ src/point-to-point/test/point-to-point-test.cc | 2 ++ src/test/ns3wifi/wifi-interference-test-suite.cc | 1 + src/uan/helper/uan-helper.cc | 1 + src/uan/helper/uan-helper.h | 1 + 34 files changed, 62 insertions(+), 2 deletions(-) diff --git a/src/config-store/model/config-store.cc b/src/config-store/model/config-store.cc index a3df56584..c4daadc9f 100644 --- a/src/config-store/model/config-store.cc +++ b/src/config-store/model/config-store.cc @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #include "config-store.h" #include "raw-text-config.h" #include "ns3/abort.h" diff --git a/src/config-store/model/config-store.h b/src/config-store/model/config-store.h index 993d33e15..0e6c163ea 100644 --- a/src/config-store/model/config-store.h +++ b/src/config-store/model/config-store.h @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #ifndef CONFIG_STORE_H #define CONFIG_STORE_H diff --git a/src/config-store/model/file-config.cc b/src/config-store/model/file-config.cc index dc6547739..6b6fc103e 100644 --- a/src/config-store/model/file-config.cc +++ b/src/config-store/model/file-config.cc @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #include "file-config.h" namespace ns3 { diff --git a/src/config-store/model/file-config.h b/src/config-store/model/file-config.h index c6c658d9e..374f3ba8b 100644 --- a/src/config-store/model/file-config.h +++ b/src/config-store/model/file-config.h @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #ifndef FILE_CONFIG_H #define FILE_CONFIG_H diff --git a/src/config-store/model/raw-text-config.cc b/src/config-store/model/raw-text-config.cc index d96591767..a0cb29f58 100644 --- a/src/config-store/model/raw-text-config.cc +++ b/src/config-store/model/raw-text-config.cc @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #include "raw-text-config.h" #include "attribute-iterator.h" #include "attribute-default-iterator.h" diff --git a/src/config-store/model/raw-text-config.h b/src/config-store/model/raw-text-config.h index e1b8259ab..4f2abeb5a 100644 --- a/src/config-store/model/raw-text-config.h +++ b/src/config-store/model/raw-text-config.h @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #ifndef RAW_TEXT_CONFIG_H #define RAW_TEXT_CONFIG_H diff --git a/src/config-store/model/xml-config.cc b/src/config-store/model/xml-config.cc index 5dc67c95c..f063c1dfa 100644 --- a/src/config-store/model/xml-config.cc +++ b/src/config-store/model/xml-config.cc @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #include "xml-config.h" #include "attribute-default-iterator.h" #include "attribute-iterator.h" diff --git a/src/config-store/model/xml-config.h b/src/config-store/model/xml-config.h index feff7b3fc..641e9a762 100644 --- a/src/config-store/model/xml-config.h +++ b/src/config-store/model/xml-config.h @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #ifndef XML_CONFIG_STORE_H #define XML_CONFIG_STORE_H diff --git a/src/core/model/cairo-wideint-private.h b/src/core/model/cairo-wideint-private.h index 6610e6008..4df2a01ca 100644 --- a/src/core/model/cairo-wideint-private.h +++ b/src/core/model/cairo-wideint-private.h @@ -1,3 +1,4 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* cairo - a vector graphics library with display and print output * * Copyright © 2004 Keith Packard diff --git a/src/core/model/cairo-wideint.c b/src/core/model/cairo-wideint.c index 8082d3db2..d74a81e6a 100644 --- a/src/core/model/cairo-wideint.c +++ b/src/core/model/cairo-wideint.c @@ -1,3 +1,4 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* cairo - a vector graphics library with display and print output * * Copyright © 2004 Keith Packard diff --git a/src/core/model/deprecated.h b/src/core/model/deprecated.h index d8290adda..280a1d366 100644 --- a/src/core/model/deprecated.h +++ b/src/core/model/deprecated.h @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #ifndef NS3_DEPRECATED_H #define NS3_DEPRECATED_H diff --git a/src/core/model/unused.h b/src/core/model/unused.h index 36376c122..9a73329d7 100644 --- a/src/core/model/unused.h +++ b/src/core/model/unused.h @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #ifndef UNUSED_H #define UNUSED_H diff --git a/src/internet/examples/main-simple.cc b/src/internet/examples/main-simple.cc index 0f36c2173..3b64067dd 100644 --- a/src/internet/examples/main-simple.cc +++ b/src/internet/examples/main-simple.cc @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #include #include "ns3/core-module.h" diff --git a/src/internet/helper/ipv4-interface-container.cc b/src/internet/helper/ipv4-interface-container.cc index fbc184368..aa9fa1e4a 100644 --- a/src/internet/helper/ipv4-interface-container.cc +++ b/src/internet/helper/ipv4-interface-container.cc @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #include "ipv4-interface-container.h" #include "ns3/node-list.h" #include "ns3/names.h" diff --git a/src/internet/helper/ipv4-interface-container.h b/src/internet/helper/ipv4-interface-container.h index 918f8016e..74f935e78 100644 --- a/src/internet/helper/ipv4-interface-container.h +++ b/src/internet/helper/ipv4-interface-container.h @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #ifndef IPV4_INTERFACE_CONTAINER_H #define IPV4_INTERFACE_CONTAINER_H diff --git a/src/internet/model/icmpv4-l4-protocol.cc b/src/internet/model/icmpv4-l4-protocol.cc index 98061a9d6..8243074c1 100644 --- a/src/internet/model/icmpv4-l4-protocol.cc +++ b/src/internet/model/icmpv4-l4-protocol.cc @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #include "icmpv4-l4-protocol.h" #include "ipv4-raw-socket-factory-impl.h" #include "ipv4-interface.h" diff --git a/src/internet/model/icmpv4-l4-protocol.h b/src/internet/model/icmpv4-l4-protocol.h index 169b7a622..558db88f6 100644 --- a/src/internet/model/icmpv4-l4-protocol.h +++ b/src/internet/model/icmpv4-l4-protocol.h @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #ifndef ICMPV4_L4_PROTOCOL_H #define ICMPV4_L4_PROTOCOL_H diff --git a/src/internet/model/icmpv6-l4-protocol.cc b/src/internet/model/icmpv6-l4-protocol.cc index a156db717..2bf8d2c63 100644 --- a/src/internet/model/icmpv6-l4-protocol.cc +++ b/src/internet/model/icmpv6-l4-protocol.cc @@ -1,4 +1,4 @@ - +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2007-2009 Strasbourg University * diff --git a/src/internet/model/sim_errno.h b/src/internet/model/sim_errno.h index 06db4ce2d..12b0a9177 100644 --- a/src/internet/model/sim_errno.h +++ b/src/internet/model/sim_errno.h @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #ifndef NSC_SIM_ERRNO_H #define NSC_SIM_ERRNO_H diff --git a/src/lte/test/lte-test-deactivate-bearer.h b/src/lte/test/lte-test-deactivate-bearer.h index 482e37587..d74d05a69 100644 --- a/src/lte/test/lte-test-deactivate-bearer.h +++ b/src/lte/test/lte-test-deactivate-bearer.h @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #ifndef LENA_TEST_DEACTIVATE_BEARER_H #define LENA_TEST_DEACTIVATE_BEARER_H diff --git a/src/mobility/model/mobility.h b/src/mobility/model/mobility.h index 04f69eeb4..fd1be2e09 100644 --- a/src/mobility/model/mobility.h +++ b/src/mobility/model/mobility.h @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + /** * @defgroup mobility Mobility */ diff --git a/src/netanim/model/animation-interface.cc b/src/netanim/model/animation-interface.cc index f4f554cc9..d4d857f96 100644 --- a/src/netanim/model/animation-interface.cc +++ b/src/netanim/model/animation-interface.cc @@ -1,4 +1,6 @@ -/* -*- Mode:C++; c-file-style:"gnu"; indeni * This program is free software; you can redistribute it and/or modify +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ +/* + * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation; * diff --git a/src/netanim/model/animation-interface.h b/src/netanim/model/animation-interface.h index daa3dfeb3..f2fac67ba 100644 --- a/src/netanim/model/animation-interface.h +++ b/src/netanim/model/animation-interface.h @@ -1,3 +1,4 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as diff --git a/src/network/model/chunk.cc b/src/network/model/chunk.cc index 3707d43df..237ea84e5 100644 --- a/src/network/model/chunk.cc +++ b/src/network/model/chunk.cc @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #include "chunk.h" namespace ns3 { diff --git a/src/network/model/chunk.h b/src/network/model/chunk.h index 891297961..035cdae93 100644 --- a/src/network/model/chunk.h +++ b/src/network/model/chunk.h @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #ifndef CHUNK_H #define CHUNK_H diff --git a/src/network/model/header.cc b/src/network/model/header.cc index ee9dc9628..38d242c56 100644 --- a/src/network/model/header.cc +++ b/src/network/model/header.cc @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #include "header.h" #include "ns3/log.h" diff --git a/src/network/model/trailer.cc b/src/network/model/trailer.cc index 858fe2d5b..eacad14c5 100644 --- a/src/network/model/trailer.cc +++ b/src/network/model/trailer.cc @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #include "trailer.h" #include "ns3/log.h" diff --git a/src/network/test/buffer-test.cc b/src/network/test/buffer-test.cc index a628b0001..f1d767134 100644 --- a/src/network/test/buffer-test.cc +++ b/src/network/test/buffer-test.cc @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #include "ns3/buffer.h" #include "ns3/random-variable-stream.h" #include "ns3/double.h" diff --git a/src/network/utils/pcap-test.h b/src/network/utils/pcap-test.h index 6318be6a8..9336a1f35 100644 --- a/src/network/utils/pcap-test.h +++ b/src/network/utils/pcap-test.h @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #ifndef PCAP_TEST_H #define PCAP_TEST_H diff --git a/src/network/utils/sgi-hashmap.h b/src/network/utils/sgi-hashmap.h index 5f40087fb..2e104c4a3 100644 --- a/src/network/utils/sgi-hashmap.h +++ b/src/network/utils/sgi-hashmap.h @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + /* This code snippet was ripped out of the gcc * documentation and slightly modified to work * with gcc 4.x diff --git a/src/point-to-point/test/point-to-point-test.cc b/src/point-to-point/test/point-to-point-test.cc index a284337e8..e6cbf90b6 100644 --- a/src/point-to-point/test/point-to-point-test.cc +++ b/src/point-to-point/test/point-to-point-test.cc @@ -1,3 +1,5 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ + #include "ns3/test.h" #include "ns3/drop-tail-queue.h" #include "ns3/simulator.h" diff --git a/src/test/ns3wifi/wifi-interference-test-suite.cc b/src/test/ns3wifi/wifi-interference-test-suite.cc index 47f5472e0..eaf32a674 100644 --- a/src/test/ns3wifi/wifi-interference-test-suite.cc +++ b/src/test/ns3wifi/wifi-interference-test-suite.cc @@ -1,3 +1,4 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2009 University of Washington * diff --git a/src/uan/helper/uan-helper.cc b/src/uan/helper/uan-helper.cc index 939c6fb2a..0485bd092 100644 --- a/src/uan/helper/uan-helper.cc +++ b/src/uan/helper/uan-helper.cc @@ -1,3 +1,4 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * uan-helper.cc * diff --git a/src/uan/helper/uan-helper.h b/src/uan/helper/uan-helper.h index 58f5b2368..81618c554 100644 --- a/src/uan/helper/uan-helper.h +++ b/src/uan/helper/uan-helper.h @@ -1,3 +1,4 @@ +/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2008 University of Washington *