Bug 1412346 part 2: Split mode line into its own C++ comment & own line, in a few files within layout. r=jfkthame

(This brings these lines into conformance with our standard style for mode
lines, and it's required in order for the modeline.py script to be able to
process these files.)

MozReview-Commit-ID: KqppMKF1jHv

--HG--
extra : rebase_source : 831b29574d66b66b8104f29b5b5c538241e95eba
This commit is contained in:
Daniel Holbert 2017-10-27 10:08:24 -07:00
Родитель 5581e7e5de
Коммит 600885496e
3 изменённых файлов: 12 добавлений и 9 удалений

Просмотреть файл

@ -1,7 +1,8 @@
/*-*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
* This Source Code Form is subject to the terms of the Mozilla Public /* vim: set ts=8 sts=2 et sw=2 tw=80: */
* License, v. 2.0. If a copy of the MPL was not distributed with this file, /* This Source Code Form is subject to the terms of the Mozilla Public
* You can obtain one at http://mozilla.org/MPL/2.0/. */ * 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/. */
#include "nsDisplayListInvalidation.h" #include "nsDisplayListInvalidation.h"
#include "nsDisplayList.h" #include "nsDisplayList.h"

Просмотреть файл

@ -1,7 +1,8 @@
/*-*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
* This Source Code Form is subject to the terms of the Mozilla Public /* vim: set ts=8 sts=2 et sw=2 tw=80: */
* License, v. 2.0. If a copy of the MPL was not distributed with this file, /* This Source Code Form is subject to the terms of the Mozilla Public
* You can obtain one at http://mozilla.org/MPL/2.0/. */ * 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/. */
#ifndef NSDISPLAYLISTINVALIDATION_H_ #ifndef NSDISPLAYLISTINVALIDATION_H_
#define NSDISPLAYLISTINVALIDATION_H_ #define NSDISPLAYLISTINVALIDATION_H_

Просмотреть файл

@ -1,4 +1,5 @@
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public /* -*- Mode: C++; tab-width: 2; 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 * 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/. */ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */