diff options
Diffstat (limited to 'dom/grid')
-rw-r--r-- | dom/grid/Grid.cpp | 1 | ||||
-rw-r--r-- | dom/grid/Grid.h | 1 | ||||
-rw-r--r-- | dom/grid/GridArea.cpp | 1 | ||||
-rw-r--r-- | dom/grid/GridArea.h | 1 | ||||
-rw-r--r-- | dom/grid/GridDimension.cpp | 1 | ||||
-rw-r--r-- | dom/grid/GridDimension.h | 1 | ||||
-rw-r--r-- | dom/grid/GridLine.cpp | 1 | ||||
-rw-r--r-- | dom/grid/GridLine.h | 1 | ||||
-rw-r--r-- | dom/grid/GridLines.cpp | 1 | ||||
-rw-r--r-- | dom/grid/GridLines.h | 1 | ||||
-rw-r--r-- | dom/grid/GridTrack.cpp | 1 | ||||
-rw-r--r-- | dom/grid/GridTrack.h | 1 | ||||
-rw-r--r-- | dom/grid/GridTracks.cpp | 1 | ||||
-rw-r--r-- | dom/grid/GridTracks.h | 1 |
14 files changed, 0 insertions, 14 deletions
diff --git a/dom/grid/Grid.cpp b/dom/grid/Grid.cpp index d10d8b581..69b9bb58c 100644 --- a/dom/grid/Grid.cpp +++ b/dom/grid/Grid.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/grid/Grid.h b/dom/grid/Grid.h index 426f33ec2..ffc48890e 100644 --- a/dom/grid/Grid.h +++ b/dom/grid/Grid.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/grid/GridArea.cpp b/dom/grid/GridArea.cpp index d8a7eca76..9a7ea147b 100644 --- a/dom/grid/GridArea.cpp +++ b/dom/grid/GridArea.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/grid/GridArea.h b/dom/grid/GridArea.h index 19b610ca2..77c367238 100644 --- a/dom/grid/GridArea.h +++ b/dom/grid/GridArea.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/grid/GridDimension.cpp b/dom/grid/GridDimension.cpp index 040f3a380..2e2ffe584 100644 --- a/dom/grid/GridDimension.cpp +++ b/dom/grid/GridDimension.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/grid/GridDimension.h b/dom/grid/GridDimension.h index ec9635444..cfd7f145a 100644 --- a/dom/grid/GridDimension.h +++ b/dom/grid/GridDimension.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/grid/GridLine.cpp b/dom/grid/GridLine.cpp index 8e1e5ed7c..d4c98f799 100644 --- a/dom/grid/GridLine.cpp +++ b/dom/grid/GridLine.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/grid/GridLine.h b/dom/grid/GridLine.h index 858f9d5e0..6549b0638 100644 --- a/dom/grid/GridLine.h +++ b/dom/grid/GridLine.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/grid/GridLines.cpp b/dom/grid/GridLines.cpp index 2604eff6c..3b06b1abd 100644 --- a/dom/grid/GridLines.cpp +++ b/dom/grid/GridLines.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/grid/GridLines.h b/dom/grid/GridLines.h index 784fe2d28..148f97817 100644 --- a/dom/grid/GridLines.h +++ b/dom/grid/GridLines.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/grid/GridTrack.cpp b/dom/grid/GridTrack.cpp index 328af7d5c..df04263c8 100644 --- a/dom/grid/GridTrack.cpp +++ b/dom/grid/GridTrack.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/grid/GridTrack.h b/dom/grid/GridTrack.h index d1825c5ad..1ed84041d 100644 --- a/dom/grid/GridTrack.h +++ b/dom/grid/GridTrack.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/grid/GridTracks.cpp b/dom/grid/GridTracks.cpp index 8b607973c..885e57a31 100644 --- a/dom/grid/GridTracks.cpp +++ b/dom/grid/GridTracks.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/grid/GridTracks.h b/dom/grid/GridTracks.h index ab7faeacd..3d3407d20 100644 --- a/dom/grid/GridTracks.h +++ b/dom/grid/GridTracks.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/. */ |