From 42d6eea6de0656974f113b82955b23d10e05a900 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Sun, 21 May 2023 17:03:14 +0100 Subject: [PATCH] Remove emacs lines from Python and C++ files --- build-support/pybindings-LP64-to-ILP32.py | 1 - examples/channel-models/examples-to-run.py | 1 - examples/energy/examples-to-run.py | 1 - examples/error-model/examples-to-run.py | 1 - examples/ipv6/examples-to-run.py | 1 - examples/naming/examples-to-run.py | 1 - examples/realtime/examples-to-run.py | 1 - examples/routing/examples-to-run.py | 1 - examples/stats/examples-to-run.py | 1 - examples/tcp/examples-to-run.py | 1 - examples/traffic-control/examples-to-run.py | 1 - examples/tutorial/examples-to-run.py | 1 - examples/udp/examples-to-run.py | 1 - examples/wireless/examples-to-run.py | 1 - examples/wireless/wifi-eht-network.cc | 1 - src/aodv/test/examples-to-run.py | 1 - src/bridge/test/examples-to-run.py | 1 - src/brite/test/examples-to-run.py | 1 - src/buildings/test/examples-to-run.py | 2 -- src/click/test/examples-to-run.py | 1 - src/config-store/test/examples-to-run.py | 1 - src/core/test/examples-to-run.py | 1 - src/csma/test/examples-to-run.py | 1 - src/energy/test/examples-to-run.py | 1 - src/fd-net-device/test/examples-to-run.py | 1 - src/flow-monitor/test/examples-to-run.py | 1 - src/internet/test/examples-to-run.py | 1 - src/lr-wpan/test/examples-to-run.py | 1 - src/lte/test/examples-to-run.py | 2 -- src/mesh/test/examples-to-run.py | 1 - src/mobility/test/examples-to-run.py | 1 - src/netanim/test/examples-to-run.py | 1 - src/network/test/examples-to-run.py | 1 - src/nix-vector-routing/test/examples-to-run.py | 1 - src/olsr/test/examples-to-run.py | 1 - src/openflow/test/examples-to-run.py | 1 - src/point-to-point/test/examples-to-run.py | 1 - src/propagation/test/examples-to-run.py | 1 - src/spectrum/test/examples-to-run.py | 1 - src/stats/test/examples-to-run.py | 1 - src/tap-bridge/test/examples-to-run.py | 1 - src/topology-read/test/examples-to-run.py | 1 - src/traffic-control/test/examples-to-run.py | 1 - src/uan/test/examples-to-run.py | 1 - src/virtual-net-device/test/examples-to-run.py | 1 - src/wave/test/examples-to-run.py | 1 - src/wifi/model/eht/eht-operation.cc | 1 - src/wifi/model/eht/eht-operation.h | 1 - src/wifi/test/examples-to-run.py | 1 - src/wimax/test/examples-to-run.py | 1 - test.py | 1 - utils/grid.py | 1 - utils/run-examples-with-full-logging.sh | 1 - utils/tests/TestBase.py | 1 - utils/tests/test-ns3.py | 1 - utils/tests/test-test.py | 1 - 56 files changed, 58 deletions(-) diff --git a/build-support/pybindings-LP64-to-ILP32.py b/build-support/pybindings-LP64-to-ILP32.py index 5526ed2c9..7e4ba1767 100644 --- a/build-support/pybindings-LP64-to-ILP32.py +++ b/build-support/pybindings-LP64-to-ILP32.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- def lp64_to_ilp32(lp64path, ilp32path): import re diff --git a/examples/channel-models/examples-to-run.py b/examples/channel-models/examples-to-run.py index 430364089..bec574b60 100644 --- a/examples/channel-models/examples-to-run.py +++ b/examples/channel-models/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/examples/energy/examples-to-run.py b/examples/energy/examples-to-run.py index 20dc70007..7c418ba7a 100644 --- a/examples/energy/examples-to-run.py +++ b/examples/energy/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/examples/error-model/examples-to-run.py b/examples/error-model/examples-to-run.py index 19b3ec789..52f2365b6 100644 --- a/examples/error-model/examples-to-run.py +++ b/examples/error-model/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/examples/ipv6/examples-to-run.py b/examples/ipv6/examples-to-run.py index a06c79ba9..2814327da 100644 --- a/examples/ipv6/examples-to-run.py +++ b/examples/ipv6/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/examples/naming/examples-to-run.py b/examples/naming/examples-to-run.py index 7c468cae9..1ac54a34f 100644 --- a/examples/naming/examples-to-run.py +++ b/examples/naming/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/examples/realtime/examples-to-run.py b/examples/realtime/examples-to-run.py index 2e58a0789..323d78f01 100644 --- a/examples/realtime/examples-to-run.py +++ b/examples/realtime/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/examples/routing/examples-to-run.py b/examples/routing/examples-to-run.py index cdaf08ba4..fe80dd6a7 100644 --- a/examples/routing/examples-to-run.py +++ b/examples/routing/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/examples/stats/examples-to-run.py b/examples/stats/examples-to-run.py index 929f1c418..678bf8783 100644 --- a/examples/stats/examples-to-run.py +++ b/examples/stats/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/examples/tcp/examples-to-run.py b/examples/tcp/examples-to-run.py index 2306d071d..fd2b27824 100644 --- a/examples/tcp/examples-to-run.py +++ b/examples/tcp/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/examples/traffic-control/examples-to-run.py b/examples/traffic-control/examples-to-run.py index 9a62b3935..ebaf94b63 100755 --- a/examples/traffic-control/examples-to-run.py +++ b/examples/traffic-control/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/examples/tutorial/examples-to-run.py b/examples/tutorial/examples-to-run.py index 7461e8cc0..f1542727f 100644 --- a/examples/tutorial/examples-to-run.py +++ b/examples/tutorial/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/examples/udp/examples-to-run.py b/examples/udp/examples-to-run.py index bd29fcd67..daa0ce164 100644 --- a/examples/udp/examples-to-run.py +++ b/examples/udp/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/examples/wireless/examples-to-run.py b/examples/wireless/examples-to-run.py index 06dbecb9f..7eef186fe 100755 --- a/examples/wireless/examples-to-run.py +++ b/examples/wireless/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/examples/wireless/wifi-eht-network.cc b/examples/wireless/wifi-eht-network.cc index 27fcdd879..7036f3c43 100644 --- a/examples/wireless/wifi-eht-network.cc +++ b/examples/wireless/wifi-eht-network.cc @@ -1,4 +1,3 @@ -/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2022 * diff --git a/src/aodv/test/examples-to-run.py b/src/aodv/test/examples-to-run.py index 05d689e44..1edd6a9ff 100644 --- a/src/aodv/test/examples-to-run.py +++ b/src/aodv/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/bridge/test/examples-to-run.py b/src/bridge/test/examples-to-run.py index e4ad040ee..5de34691b 100644 --- a/src/bridge/test/examples-to-run.py +++ b/src/bridge/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/brite/test/examples-to-run.py b/src/brite/test/examples-to-run.py index 5197de2ea..b89d29a58 100644 --- a/src/brite/test/examples-to-run.py +++ b/src/brite/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/buildings/test/examples-to-run.py b/src/buildings/test/examples-to-run.py index ae65e352e..8a1f441cd 100644 --- a/src/buildings/test/examples-to-run.py +++ b/src/buildings/test/examples-to-run.py @@ -1,6 +1,4 @@ #! /usr/bin/env python3 -# -*- coding: utf-8 -*- -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/click/test/examples-to-run.py b/src/click/test/examples-to-run.py index e5f2e74a4..b5ad05946 100644 --- a/src/click/test/examples-to-run.py +++ b/src/click/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/config-store/test/examples-to-run.py b/src/config-store/test/examples-to-run.py index 80064ee8c..17d5c4812 100644 --- a/src/config-store/test/examples-to-run.py +++ b/src/config-store/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/core/test/examples-to-run.py b/src/core/test/examples-to-run.py index f3befa574..7fa3c5e29 100644 --- a/src/core/test/examples-to-run.py +++ b/src/core/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/csma/test/examples-to-run.py b/src/csma/test/examples-to-run.py index eba7b5b77..3e49f1972 100644 --- a/src/csma/test/examples-to-run.py +++ b/src/csma/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/energy/test/examples-to-run.py b/src/energy/test/examples-to-run.py index 0b49ab771..fc59c4220 100644 --- a/src/energy/test/examples-to-run.py +++ b/src/energy/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/fd-net-device/test/examples-to-run.py b/src/fd-net-device/test/examples-to-run.py index 92e76667b..e1cb15080 100644 --- a/src/fd-net-device/test/examples-to-run.py +++ b/src/fd-net-device/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/flow-monitor/test/examples-to-run.py b/src/flow-monitor/test/examples-to-run.py index 7e5c82378..e82b26201 100644 --- a/src/flow-monitor/test/examples-to-run.py +++ b/src/flow-monitor/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/internet/test/examples-to-run.py b/src/internet/test/examples-to-run.py index 1266e93c1..879313d55 100644 --- a/src/internet/test/examples-to-run.py +++ b/src/internet/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/lr-wpan/test/examples-to-run.py b/src/lr-wpan/test/examples-to-run.py index dfe679888..0704b98dd 100644 --- a/src/lr-wpan/test/examples-to-run.py +++ b/src/lr-wpan/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/lte/test/examples-to-run.py b/src/lte/test/examples-to-run.py index 6e9d3abc3..413403833 100644 --- a/src/lte/test/examples-to-run.py +++ b/src/lte/test/examples-to-run.py @@ -1,6 +1,4 @@ #! /usr/bin/env python3 -# -*- coding: utf-8 -*- -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/mesh/test/examples-to-run.py b/src/mesh/test/examples-to-run.py index c8c748908..4e4c29d42 100644 --- a/src/mesh/test/examples-to-run.py +++ b/src/mesh/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/mobility/test/examples-to-run.py b/src/mobility/test/examples-to-run.py index e3345362f..c4851dc6e 100644 --- a/src/mobility/test/examples-to-run.py +++ b/src/mobility/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/netanim/test/examples-to-run.py b/src/netanim/test/examples-to-run.py index 97acdda38..df75e93f3 100644 --- a/src/netanim/test/examples-to-run.py +++ b/src/netanim/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/network/test/examples-to-run.py b/src/network/test/examples-to-run.py index 7240e6775..c615de666 100644 --- a/src/network/test/examples-to-run.py +++ b/src/network/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/nix-vector-routing/test/examples-to-run.py b/src/nix-vector-routing/test/examples-to-run.py index 4887b7b57..7232c920a 100644 --- a/src/nix-vector-routing/test/examples-to-run.py +++ b/src/nix-vector-routing/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/olsr/test/examples-to-run.py b/src/olsr/test/examples-to-run.py index 8a3e05605..4ea3d8649 100644 --- a/src/olsr/test/examples-to-run.py +++ b/src/olsr/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/openflow/test/examples-to-run.py b/src/openflow/test/examples-to-run.py index 3c1bd7d8f..d5ab8e680 100644 --- a/src/openflow/test/examples-to-run.py +++ b/src/openflow/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/point-to-point/test/examples-to-run.py b/src/point-to-point/test/examples-to-run.py index 82b9a75b8..bd5e12cc0 100644 --- a/src/point-to-point/test/examples-to-run.py +++ b/src/point-to-point/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/propagation/test/examples-to-run.py b/src/propagation/test/examples-to-run.py index 5a3700533..459099607 100644 --- a/src/propagation/test/examples-to-run.py +++ b/src/propagation/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/spectrum/test/examples-to-run.py b/src/spectrum/test/examples-to-run.py index ca94d4a35..7f68e1a9e 100644 --- a/src/spectrum/test/examples-to-run.py +++ b/src/spectrum/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/stats/test/examples-to-run.py b/src/stats/test/examples-to-run.py index a25366908..b39f96be1 100644 --- a/src/stats/test/examples-to-run.py +++ b/src/stats/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/tap-bridge/test/examples-to-run.py b/src/tap-bridge/test/examples-to-run.py index b34d80642..68c6cf080 100644 --- a/src/tap-bridge/test/examples-to-run.py +++ b/src/tap-bridge/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/topology-read/test/examples-to-run.py b/src/topology-read/test/examples-to-run.py index 289857966..5762935e6 100644 --- a/src/topology-read/test/examples-to-run.py +++ b/src/topology-read/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/traffic-control/test/examples-to-run.py b/src/traffic-control/test/examples-to-run.py index 95e2d021a..74583f1cc 100644 --- a/src/traffic-control/test/examples-to-run.py +++ b/src/traffic-control/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/uan/test/examples-to-run.py b/src/uan/test/examples-to-run.py index 973e5b5b6..552db39e8 100644 --- a/src/uan/test/examples-to-run.py +++ b/src/uan/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/virtual-net-device/test/examples-to-run.py b/src/virtual-net-device/test/examples-to-run.py index 34948a3e2..71301fd2c 100644 --- a/src/virtual-net-device/test/examples-to-run.py +++ b/src/virtual-net-device/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/wave/test/examples-to-run.py b/src/wave/test/examples-to-run.py index aaca64db7..c83d2b98b 100644 --- a/src/wave/test/examples-to-run.py +++ b/src/wave/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/wifi/model/eht/eht-operation.cc b/src/wifi/model/eht/eht-operation.cc index 3da6ca4fd..bb071c186 100644 --- a/src/wifi/model/eht/eht-operation.cc +++ b/src/wifi/model/eht/eht-operation.cc @@ -1,4 +1,3 @@ -/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2022 * diff --git a/src/wifi/model/eht/eht-operation.h b/src/wifi/model/eht/eht-operation.h index e30bfc3d5..3109cac58 100644 --- a/src/wifi/model/eht/eht-operation.h +++ b/src/wifi/model/eht/eht-operation.h @@ -1,4 +1,3 @@ -/* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */ /* * Copyright (c) 2022 * diff --git a/src/wifi/test/examples-to-run.py b/src/wifi/test/examples-to-run.py index 49b35dfc1..852d62e72 100644 --- a/src/wifi/test/examples-to-run.py +++ b/src/wifi/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/src/wimax/test/examples-to-run.py b/src/wimax/test/examples-to-run.py index f576a3a27..6fdfa782e 100644 --- a/src/wimax/test/examples-to-run.py +++ b/src/wimax/test/examples-to-run.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # A list of C++ examples to run in order to ensure that they remain # buildable and runnable over time. Each tuple in the list contains diff --git a/test.py b/test.py index 8c500cd71..7ba7097df 100755 --- a/test.py +++ b/test.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # # Copyright (c) 2009 University of Washington # diff --git a/utils/grid.py b/utils/grid.py index 99f4ef582..3303b69cc 100644 --- a/utils/grid.py +++ b/utils/grid.py @@ -1,5 +1,4 @@ #!/usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- import cairo import sys diff --git a/utils/run-examples-with-full-logging.sh b/utils/run-examples-with-full-logging.sh index 6e04d2460..8e9f7531b 100755 --- a/utils/run-examples-with-full-logging.sh +++ b/utils/run-examples-with-full-logging.sh @@ -1,5 +1,4 @@ #!/bin/bash -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # # Copyright (c) 2012 University of Washington # diff --git a/utils/tests/TestBase.py b/utils/tests/TestBase.py index 789856c9a..58cfa4877 100644 --- a/utils/tests/TestBase.py +++ b/utils/tests/TestBase.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # # Copyright (c) 2014 Siddharth Santurkar # diff --git a/utils/tests/test-ns3.py b/utils/tests/test-ns3.py index 7482d498c..a0c2fc1a3 100755 --- a/utils/tests/test-ns3.py +++ b/utils/tests/test-ns3.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # # Copyright (c) 2021 Universidade de Brasília # diff --git a/utils/tests/test-test.py b/utils/tests/test-test.py index c4490bdbb..519da4f3d 100644 --- a/utils/tests/test-test.py +++ b/utils/tests/test-test.py @@ -1,5 +1,4 @@ #! /usr/bin/env python3 -## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- # # Copyright (c) 2014 Siddharth Santurkar #