diff options
Diffstat (limited to 'dom/filehandle')
-rw-r--r-- | dom/filehandle/FileHandleBase.cpp | 1 | ||||
-rw-r--r-- | dom/filehandle/FileHandleBase.h | 1 | ||||
-rw-r--r-- | dom/filehandle/FileHandleCommon.cpp | 1 | ||||
-rw-r--r-- | dom/filehandle/FileHandleStorage.h | 1 | ||||
-rw-r--r-- | dom/filehandle/FileRequestBase.h | 1 | ||||
-rw-r--r-- | dom/filehandle/MutableFileBase.cpp | 1 | ||||
-rw-r--r-- | dom/filehandle/MutableFileBase.h | 1 | ||||
-rw-r--r-- | dom/filehandle/moz.build | 1 |
8 files changed, 0 insertions, 8 deletions
diff --git a/dom/filehandle/FileHandleBase.cpp b/dom/filehandle/FileHandleBase.cpp index ebfd6f077..404d89452 100644 --- a/dom/filehandle/FileHandleBase.cpp +++ b/dom/filehandle/FileHandleBase.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/dom/filehandle/FileHandleBase.h b/dom/filehandle/FileHandleBase.h index 859a6e9ae..68c2f48cf 100644 --- a/dom/filehandle/FileHandleBase.h +++ b/dom/filehandle/FileHandleBase.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/dom/filehandle/FileHandleCommon.cpp b/dom/filehandle/FileHandleCommon.cpp index 0c465ec17..a28571c7d 100644 --- a/dom/filehandle/FileHandleCommon.cpp +++ b/dom/filehandle/FileHandleCommon.cpp @@ -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/dom/filehandle/FileHandleStorage.h b/dom/filehandle/FileHandleStorage.h index 957f4005a..39d85ea54 100644 --- a/dom/filehandle/FileHandleStorage.h +++ b/dom/filehandle/FileHandleStorage.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/dom/filehandle/FileRequestBase.h b/dom/filehandle/FileRequestBase.h index bff3997d7..a6cc87109 100644 --- a/dom/filehandle/FileRequestBase.h +++ b/dom/filehandle/FileRequestBase.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/dom/filehandle/MutableFileBase.cpp b/dom/filehandle/MutableFileBase.cpp index dc577e8f5..de5d06f3c 100644 --- a/dom/filehandle/MutableFileBase.cpp +++ b/dom/filehandle/MutableFileBase.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/dom/filehandle/MutableFileBase.h b/dom/filehandle/MutableFileBase.h index 88d53ff78..30ea9d6af 100644 --- a/dom/filehandle/MutableFileBase.h +++ b/dom/filehandle/MutableFileBase.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/dom/filehandle/moz.build b/dom/filehandle/moz.build index 37e5c22a7..1c0b5593f 100644 --- a/dom/filehandle/moz.build +++ b/dom/filehandle/moz.build @@ -1,5 +1,4 @@ # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: # 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/. |