diff options
author | Moonchild <moonchild@palemoon.org> | 2023-05-05 15:20:27 +0200 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2023-05-05 15:20:27 +0200 |
commit | b9da018639cc0e3e6bb3d90cf195060df318953a (patch) | |
tree | 2284583da3b0957d5ab56fd561caf4cec630815c /storage/test | |
parent | 5eab50c9f9a564046923fe572f07b20365207493 (diff) | |
download | uxp-b9da018639cc0e3e6bb3d90cf195060df318953a.tar.gz |
Issue #1656 - Remove more vim control lines.
Vim control lines were re-introduced or not entirely cleaned up.
This nukes them again.
Removing from modules, netwerk, security, storage, testing, toolkit, and
a few scattered misc files. More to come.
Diffstat (limited to 'storage/test')
-rw-r--r-- | storage/test/storage_test_harness.h | 1 | ||||
-rw-r--r-- | storage/test/storage_test_harness_tail.h | 1 | ||||
-rw-r--r-- | storage/test/test_StatementCache.cpp | 1 | ||||
-rw-r--r-- | storage/test/test_binding_params.cpp | 1 | ||||
-rw-r--r-- | storage/test/test_deadlock_detector.cpp | 1 | ||||
-rw-r--r-- | storage/test/test_file_perms.cpp | 1 | ||||
-rw-r--r-- | storage/test/test_mutex.cpp | 1 | ||||
-rw-r--r-- | storage/test/test_statement_scoper.cpp | 1 | ||||
-rw-r--r-- | storage/test/test_transaction_helper.cpp | 1 | ||||
-rw-r--r-- | storage/test/test_true_async.cpp | 1 | ||||
-rw-r--r-- | storage/test/unit/test_locale_collation.js | 1 | ||||
-rw-r--r-- | storage/test/unit/test_sqlite_secure_delete.js | 1 | ||||
-rw-r--r-- | storage/test/unit/test_statement_wrapper_automatically.js | 1 |
13 files changed, 0 insertions, 13 deletions
diff --git a/storage/test/storage_test_harness.h b/storage/test/storage_test_harness.h index 043652b1cd..1ca6d091b3 100644 --- a/storage/test/storage_test_harness.h +++ b/storage/test/storage_test_harness.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: sw=2 ts=2 et lcs=trail\:.,tab\:>~ : * 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/storage/test/storage_test_harness_tail.h b/storage/test/storage_test_harness_tail.h index 4ad25c7195..91e0be3f99 100644 --- a/storage/test/storage_test_harness_tail.h +++ b/storage/test/storage_test_harness_tail.h @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: sw=2 ts=2 et lcs=trail\:.,tab\:>~ : * 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/storage/test/test_StatementCache.cpp b/storage/test/test_StatementCache.cpp index 731a858de9..d4559c4b37 100644 --- a/storage/test/test_StatementCache.cpp +++ b/storage/test/test_StatementCache.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: sw=2 ts=2 et lcs=trail\:.,tab\:>~ : * 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/storage/test/test_binding_params.cpp b/storage/test/test_binding_params.cpp index e5af6009d0..a7e471da09 100644 --- a/storage/test/test_binding_params.cpp +++ b/storage/test/test_binding_params.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: sw=2 ts=2 et lcs=trail\:.,tab\:>~ : * 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/storage/test/test_deadlock_detector.cpp b/storage/test/test_deadlock_detector.cpp index 1cbd79467b..7fbe630a42 100644 --- a/storage/test/test_deadlock_detector.cpp +++ b/storage/test/test_deadlock_detector.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- - * vim: sw=4 ts=4 et : * 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/storage/test/test_file_perms.cpp b/storage/test/test_file_perms.cpp index 1235fe09bd..c327b340a5 100644 --- a/storage/test/test_file_perms.cpp +++ b/storage/test/test_file_perms.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: sw=2 ts=2 et lcs=trail\:.,tab\:>~ : * 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/storage/test/test_mutex.cpp b/storage/test/test_mutex.cpp index 8fd0eb3f31..19b6dd91b6 100644 --- a/storage/test/test_mutex.cpp +++ b/storage/test/test_mutex.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: sw=2 ts=2 et lcs=trail\:.,tab\:>~ : * 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/storage/test/test_statement_scoper.cpp b/storage/test/test_statement_scoper.cpp index 784d8d772c..75b21df0bf 100644 --- a/storage/test/test_statement_scoper.cpp +++ b/storage/test/test_statement_scoper.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: sw=2 ts=2 et lcs=trail\:.,tab\:>~ : * 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/storage/test/test_transaction_helper.cpp b/storage/test/test_transaction_helper.cpp index 4277c8f942..b8036a9e63 100644 --- a/storage/test/test_transaction_helper.cpp +++ b/storage/test/test_transaction_helper.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: sw=2 ts=2 et lcs=trail\:.,tab\:>~ : * 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/storage/test/test_true_async.cpp b/storage/test/test_true_async.cpp index fea00392d6..bae0c81bb2 100644 --- a/storage/test/test_true_async.cpp +++ b/storage/test/test_true_async.cpp @@ -1,5 +1,4 @@ /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- - * vim: sw=2 ts=2 et lcs=trail\:.,tab\:>~ : * 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/storage/test/unit/test_locale_collation.js b/storage/test/unit/test_locale_collation.js index 12ba2b9439..2c4048dcb6 100644 --- a/storage/test/unit/test_locale_collation.js +++ b/storage/test/unit/test_locale_collation.js @@ -1,5 +1,4 @@ /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- - * vim: sw=2 ts=2 et lcs=trail\:.,tab\:>~ : * 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/storage/test/unit/test_sqlite_secure_delete.js b/storage/test/unit/test_sqlite_secure_delete.js index 1eff34f70e..03f4ed7850 100644 --- a/storage/test/unit/test_sqlite_secure_delete.js +++ b/storage/test/unit/test_sqlite_secure_delete.js @@ -1,5 +1,4 @@ /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- - *vim: sw=2 ts=2 et lcs=trail\:.,tab\:>~ : * 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/storage/test/unit/test_statement_wrapper_automatically.js b/storage/test/unit/test_statement_wrapper_automatically.js index 58b27dd2d8..da2667b1b2 100644 --- a/storage/test/unit/test_statement_wrapper_automatically.js +++ b/storage/test/unit/test_statement_wrapper_automatically.js @@ -1,5 +1,4 @@ /* -*- indent-tabs-mode: nil; js-indent-level: 2 -*- - vim:set ts=2 sw=2 sts=2 et: * 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/. */ |