Skip to content

Commit 1e0f87e

Browse files
committed
Bug 1151541, part 2 - Fix mode lines in xpcom/. r=froydnj
1 parent bc9d4b1 commit 1e0f87e

File tree

112 files changed

+226
-124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

112 files changed

+226
-124
lines changed

xpcom/base/ErrorNames.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
1+
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2+
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
23
/* This Source Code Form is subject to the terms of the Mozilla Public
34
* License, v. 2.0. If a copy of the MPL was not distributed with this
45
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

xpcom/base/ErrorNames.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
1+
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2+
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
23
/* This Source Code Form is subject to the terms of the Mozilla Public
34
* License, v. 2.0. If a copy of the MPL was not distributed with this
45
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

xpcom/base/StaticMutex.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2+
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
13
/* This Source Code Form is subject to the terms of the Mozilla Public
24
* License, v. 2.0. If a copy of the MPL was not distributed with this
35
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

xpcom/build/BinaryPath.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2+
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
13
/* This Source Code Form is subject to the terms of the Mozilla Public
24
* License, v. 2.0. If a copy of the MPL was not distributed with this
35
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

xpcom/build/FileLocation.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2+
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
13
/* This Source Code Form is subject to the terms of the Mozilla Public
24
* License, v. 2.0. If a copy of the MPL was not distributed with this
35
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

xpcom/build/FileLocation.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2+
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
13
/* This Source Code Form is subject to the terms of the Mozilla Public
24
* License, v. 2.0. If a copy of the MPL was not distributed with this
35
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

xpcom/build/FrozenFunctions.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2+
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
13
/* This Source Code Form is subject to the terms of the Mozilla Public
24
* License, v. 2.0. If a copy of the MPL was not distributed with this
35
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

xpcom/build/IOInterposer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2+
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
13
/* This Source Code Form is subject to the terms of the Mozilla Public
24
* License, v. 2.0. If a copy of the MPL was not distributed with this
35
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

xpcom/build/IOInterposer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2+
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
13
/* This Source Code Form is subject to the terms of the Mozilla Public
24
* License, v. 2.0. If a copy of the MPL was not distributed with this
35
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

xpcom/build/LateWriteChecks.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2-
/* vim:set ts=4 sw=4 sts=4 ci et: */
1+
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
2+
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
33
/* This Source Code Form is subject to the terms of the Mozilla Public
44
* License, v. 2.0. If a copy of the MPL was not distributed with this
55
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

0 commit comments

Comments
 (0)