summaryrefslogtreecommitdiffstats
path: root/gfx
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-09-23 15:37:46 +0000
committerMoonchild <moonchild@palemoon.org>2020-09-23 15:37:46 +0000
commit7523b9ea042af1078c49ed242b5d9eb3e0f34af5 (patch)
treeb971071d68e308821c5e7d766b23b9cadc9ded68 /gfx
parent18ea98f7a9a92ab35fdc71e526814570ef4f57e2 (diff)
downloadUXP-7523b9ea042af1078c49ed242b5d9eb3e0f34af5.tar
UXP-7523b9ea042af1078c49ed242b5d9eb3e0f34af5.tar.gz
UXP-7523b9ea042af1078c49ed242b5d9eb3e0f34af5.tar.lz
UXP-7523b9ea042af1078c49ed242b5d9eb3e0f34af5.tar.xz
UXP-7523b9ea042af1078c49ed242b5d9eb3e0f34af5.zip
Issue #1656 - Part 4: Manual cleanup
Diffstat (limited to 'gfx')
-rw-r--r--gfx/layers/ipc/ImageBridgeParent.cpp1
-rw-r--r--gfx/layers/ipc/VideoBridgeParent.cpp1
-rw-r--r--gfx/qcms/chain.c1
-rw-r--r--gfx/qcms/chain.h1
-rw-r--r--gfx/qcms/iccread.c1
-rw-r--r--gfx/qcms/matrix.c1
-rw-r--r--gfx/qcms/matrix.h1
-rw-r--r--gfx/qcms/qcmsint.h1
-rw-r--r--gfx/qcms/transform-altivec.c1
-rw-r--r--gfx/qcms/transform.c1
-rw-r--r--gfx/qcms/transform_util.h1
11 files changed, 0 insertions, 11 deletions
diff --git a/gfx/layers/ipc/ImageBridgeParent.cpp b/gfx/layers/ipc/ImageBridgeParent.cpp
index 7b116f520..4944dfc84 100644
--- a/gfx/layers/ipc/ImageBridgeParent.cpp
+++ b/gfx/layers/ipc/ImageBridgeParent.cpp
@@ -1,4 +1,3 @@
-/* vim: set ts=2 sw=2 et tw=80: */
/* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*-
* 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
diff --git a/gfx/layers/ipc/VideoBridgeParent.cpp b/gfx/layers/ipc/VideoBridgeParent.cpp
index f8e3c5314..bdab24766 100644
--- a/gfx/layers/ipc/VideoBridgeParent.cpp
+++ b/gfx/layers/ipc/VideoBridgeParent.cpp
@@ -1,4 +1,3 @@
-/* vim: set ts=2 sw=2 et tw=80: */
/* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 2 -*-
* 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
diff --git a/gfx/qcms/chain.c b/gfx/qcms/chain.c
index dbae18378..325465595 100644
--- a/gfx/qcms/chain.c
+++ b/gfx/qcms/chain.c
@@ -1,4 +1,3 @@
-/* vim: set ts=8 sw=8 noexpandtab: */
// qcms
// Copyright (C) 2009 Mozilla Corporation
// Copyright (C) 1998-2007 Marti Maria
diff --git a/gfx/qcms/chain.h b/gfx/qcms/chain.h
index bdc6c8872..0c500af31 100644
--- a/gfx/qcms/chain.h
+++ b/gfx/qcms/chain.h
@@ -1,4 +1,3 @@
-/* vim: set ts=8 sw=8 noexpandtab: */
// qcms
// Copyright (C) 2009 Mozilla Foundation
// Copyright (C) 1998-2007 Marti Maria
diff --git a/gfx/qcms/iccread.c b/gfx/qcms/iccread.c
index c3221d3cc..6ec03278c 100644
--- a/gfx/qcms/iccread.c
+++ b/gfx/qcms/iccread.c
@@ -1,4 +1,3 @@
-/* vim: set ts=8 sw=8 noexpandtab: */
// qcms
// Copyright (C) 2009 Mozilla Foundation
// Copyright (C) 1998-2007 Marti Maria
diff --git a/gfx/qcms/matrix.c b/gfx/qcms/matrix.c
index 0ce5bd66d..62f6bf9f1 100644
--- a/gfx/qcms/matrix.c
+++ b/gfx/qcms/matrix.c
@@ -1,4 +1,3 @@
-/* vim: set ts=8 sw=8 noexpandtab: */
// qcms
// Copyright (C) 2009 Mozilla Foundation
// Copyright (C) 1998-2007 Marti Maria
diff --git a/gfx/qcms/matrix.h b/gfx/qcms/matrix.h
index 5011988a1..7ccd28070 100644
--- a/gfx/qcms/matrix.h
+++ b/gfx/qcms/matrix.h
@@ -1,4 +1,3 @@
-/* vim: set ts=8 sw=8 noexpandtab: */
// qcms
// Copyright (C) 2009 Mozilla Foundation
// Copyright (C) 1998-2007 Marti Maria
diff --git a/gfx/qcms/qcmsint.h b/gfx/qcms/qcmsint.h
index 3604b2657..1dfff1233 100644
--- a/gfx/qcms/qcmsint.h
+++ b/gfx/qcms/qcmsint.h
@@ -1,4 +1,3 @@
-/* vim: set ts=8 sw=8 noexpandtab: */
#include "qcms.h"
#include "qcmstypes.h"
diff --git a/gfx/qcms/transform-altivec.c b/gfx/qcms/transform-altivec.c
index 230efbba2..9dc17bc13 100644
--- a/gfx/qcms/transform-altivec.c
+++ b/gfx/qcms/transform-altivec.c
@@ -1,4 +1,3 @@
-/* vim: set ts=8 sw=8 noexpandtab: */
// qcms
// Copyright (C) 2009 Mozilla Corporation
// Copyright (C) 1998-2007 Marti Maria
diff --git a/gfx/qcms/transform.c b/gfx/qcms/transform.c
index 139eb3738..2e70e2463 100644
--- a/gfx/qcms/transform.c
+++ b/gfx/qcms/transform.c
@@ -1,4 +1,3 @@
-/* vim: set ts=8 sw=8 noexpandtab: */
// qcms
// Copyright (C) 2009 Mozilla Corporation
// Copyright (C) 1998-2007 Marti Maria
diff --git a/gfx/qcms/transform_util.h b/gfx/qcms/transform_util.h
index 9d9514e99..19c93ed84 100644
--- a/gfx/qcms/transform_util.h
+++ b/gfx/qcms/transform_util.h
@@ -1,4 +1,3 @@
-/* vim: set ts=8 sw=8 noexpandtab: */
// qcms
// Copyright (C) 2009 Mozilla Foundation
// Copyright (C) 1998-2007 Marti Maria