summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2016-07-14 10:16:42 -0600
committerTom Tromey <tom@tromey.com>2016-07-14 10:16:42 -0600
commitef7a803a7fa78333fd4212113c9189d77298a8fa (patch)
treebcc911dcfab0195571855aa000f21c7a9fb14dcc
parent94e16c82d9ba753463fa919549686e9dfb846afe (diff)
downloadnss-hg-ef7a803a7fa78333fd4212113c9189d77298a8fa.tar.gz
Bug 1286877 - do not set c-basic-offset for python-mode; r=gps
This removes the unnecessary setting of c-basic-offset from all python-mode files. This was automatically generated using perl -pi -e 's/; *c-basic-offset: *[0-9]+//' ... on the affected files. The bulk of these files are moz.build files but there a few others as well. MozReview-Commit-ID: 2pPf3DEiZqx
-rw-r--r--lib/mozpkix/moz.build2
-rw-r--r--lib/mozpkix/test/gtest/moz.build2
-rw-r--r--lib/mozpkix/test/lib/moz.build2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/mozpkix/moz.build b/lib/mozpkix/moz.build
index 1b42c0151..70d6d4756 100644
--- a/lib/mozpkix/moz.build
+++ b/lib/mozpkix/moz.build
@@ -1,4 +1,4 @@
-# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
+# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# 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
diff --git a/lib/mozpkix/test/gtest/moz.build b/lib/mozpkix/test/gtest/moz.build
index bd58a7595..ed49b6c1f 100644
--- a/lib/mozpkix/test/gtest/moz.build
+++ b/lib/mozpkix/test/gtest/moz.build
@@ -1,4 +1,4 @@
-# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
+# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# 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
diff --git a/lib/mozpkix/test/lib/moz.build b/lib/mozpkix/test/lib/moz.build
index da4ff85f9..c99aedf3a 100644
--- a/lib/mozpkix/test/lib/moz.build
+++ b/lib/mozpkix/test/lib/moz.build
@@ -1,4 +1,4 @@
-# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
+# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# This code is made available to you under your choice of the following sets
# of licensing terms:
#