diff options
Diffstat (limited to 'dom/push')
-rw-r--r-- | dom/push/PushManager.cpp | 1 | ||||
-rw-r--r-- | dom/push/PushManager.h | 1 | ||||
-rw-r--r-- | dom/push/moz.build | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/dom/push/PushManager.cpp b/dom/push/PushManager.cpp index 2cb5a3877..d58501c8d 100644 --- a/dom/push/PushManager.cpp +++ b/dom/push/PushManager.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/push/PushManager.h b/dom/push/PushManager.h index 8b4753648..e61ffc8fb 100644 --- a/dom/push/PushManager.h +++ b/dom/push/PushManager.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/push/moz.build b/dom/push/moz.build index ca72c5f5d..657b59e75 100644 --- a/dom/push/moz.build +++ b/dom/push/moz.build @@ -1,4 +1,3 @@ -# 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/. |