diff options
author | Moonchild <moonchild@palemoon.org> | 2020-09-23 13:55:00 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2020-09-23 13:55:00 +0000 |
commit | a680bdc637e0393aaa08d575c66f7166b788b443 (patch) | |
tree | b76060239e018ba6f069207b17ba6b5dd9fb83fa /tools | |
parent | c14e7d70fccb6f945c828fe32dd6462c677d2024 (diff) | |
download | uxp-a680bdc637e0393aaa08d575c66f7166b788b443.tar.gz |
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
Since these are just interpreted comments, there's 0 impact on actual code.
This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are
a few others scattered around which will be removed manually in a second part.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/memory-profiler/CompactTraceTable.h | 1 | ||||
-rw-r--r-- | tools/power/rapl.cpp | 1 | ||||
-rw-r--r-- | tools/profiler/lul/LulCommonExt.h | 1 | ||||
-rw-r--r-- | tools/profiler/lul/LulDwarfExt.h | 1 | ||||
-rw-r--r-- | tools/profiler/lul/LulDwarfInt.h | 1 | ||||
-rw-r--r-- | tools/profiler/lul/LulElfExt.h | 1 | ||||
-rw-r--r-- | tools/profiler/lul/LulElfInt.h | 1 | ||||
-rw-r--r-- | tools/profiler/lul/LulMainInt.h | 1 | ||||
-rw-r--r-- | tools/profiler/lul/LulPlatformMacros.h | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/tools/memory-profiler/CompactTraceTable.h b/tools/memory-profiler/CompactTraceTable.h index 5a6bd7e5c6..45c47eccb4 100644 --- a/tools/memory-profiler/CompactTraceTable.h +++ b/tools/memory-profiler/CompactTraceTable.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this file, * You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/tools/power/rapl.cpp b/tools/power/rapl.cpp index fd7ff454b5..54c00f79f8 100644 --- a/tools/power/rapl.cpp +++ b/tools/power/rapl.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/tools/profiler/lul/LulCommonExt.h b/tools/profiler/lul/LulCommonExt.h index 99a9676838..2491bc4b83 100644 --- a/tools/profiler/lul/LulCommonExt.h +++ b/tools/profiler/lul/LulCommonExt.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=2 tw=80: */ // Copyright (c) 2006, 2010, 2012, 2013 Google Inc. // All rights reserved. diff --git a/tools/profiler/lul/LulDwarfExt.h b/tools/profiler/lul/LulDwarfExt.h index f3555ac554..2f8851d681 100644 --- a/tools/profiler/lul/LulDwarfExt.h +++ b/tools/profiler/lul/LulDwarfExt.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=2 tw=80: */ // Copyright 2006, 2010 Google Inc. All Rights Reserved. // diff --git a/tools/profiler/lul/LulDwarfInt.h b/tools/profiler/lul/LulDwarfInt.h index 05c231f84c..43126612f4 100644 --- a/tools/profiler/lul/LulDwarfInt.h +++ b/tools/profiler/lul/LulDwarfInt.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=2 tw=80: */ // Copyright (c) 2008, 2010 Google Inc. All Rights Reserved. // diff --git a/tools/profiler/lul/LulElfExt.h b/tools/profiler/lul/LulElfExt.h index b127d96d93..7cb422ab74 100644 --- a/tools/profiler/lul/LulElfExt.h +++ b/tools/profiler/lul/LulElfExt.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=2 tw=80: */ // Copyright (c) 2006, 2011, 2012 Google Inc. // All rights reserved. diff --git a/tools/profiler/lul/LulElfInt.h b/tools/profiler/lul/LulElfInt.h index 899d7d3ee4..72075dc297 100644 --- a/tools/profiler/lul/LulElfInt.h +++ b/tools/profiler/lul/LulElfInt.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=2 tw=80: */ // Copyright (c) 2006, 2012, Google Inc. // All rights reserved. diff --git a/tools/profiler/lul/LulMainInt.h b/tools/profiler/lul/LulMainInt.h index 54bd76c88a..a0dc918a73 100644 --- a/tools/profiler/lul/LulMainInt.h +++ b/tools/profiler/lul/LulMainInt.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ diff --git a/tools/profiler/lul/LulPlatformMacros.h b/tools/profiler/lul/LulPlatformMacros.h index 8659a8fbee..9a19bae106 100644 --- a/tools/profiler/lul/LulPlatformMacros.h +++ b/tools/profiler/lul/LulPlatformMacros.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ -/* vim: set ts=8 sts=2 et sw=2 tw=80: */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |