gecko-dev/toolkit/modules/subprocess
Tom Tromey 5538d692d3 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

--HG--
extra : rebase_source : 0a7dcac80b924174a2c429b093791148ea6ac204
2016-07-14 10:16:42 -06:00
..
docs Bug 1269501: Part 3 - Add new Subprocess IPC module. r=aswan r=mhowell rs=bsmedberg 2016-05-29 17:15:47 -07:00
test/xpcshell Bug 1276386 - Prevent processes from inheriting extra file descriptors on Windows. r=mhowell 2016-05-28 12:28:30 -07:00
.eslintrc Bug 1269501: Part 3 - Add new Subprocess IPC module. r=aswan r=mhowell rs=bsmedberg 2016-05-29 17:15:47 -07:00
moz.build Bug 1286877 - do not set c-basic-offset for python-mode; r=gps 2016-07-14 10:16:42 -06:00
subprocess_common.jsm Bug 1278733: Follow-up: Fix JSDoc errors in the subprocess module. r=bustage 2016-06-08 12:34:23 -07:00
subprocess_shared_unix.js Bug 1269501: Part 3 - Add new Subprocess IPC module. r=aswan r=mhowell rs=bsmedberg 2016-05-29 17:15:47 -07:00
subprocess_shared_win.js Bug 1276386 - Prevent processes from inheriting extra file descriptors on Windows. r=mhowell 2016-05-28 12:28:30 -07:00
subprocess_shared.js Bug 1278733: Follow-up: Fix JSDoc errors in the subprocess module. r=bustage 2016-06-08 12:34:23 -07:00
subprocess_unix.jsm Bug 1269501: Part 3 - Add new Subprocess IPC module. r=aswan r=mhowell rs=bsmedberg 2016-05-29 17:15:47 -07:00
subprocess_win.jsm Bug 1269501: Part 3 - Add new Subprocess IPC module. r=aswan r=mhowell rs=bsmedberg 2016-05-29 17:15:47 -07:00
subprocess_worker_common.js Bug 1270357 Add a test hook to Subprocess.jsm r=kmag 2016-05-31 16:15:53 -07:00
subprocess_worker_unix.js Bug 1280636 Call updatePollFds() on error on sentinel fd r=kmag 2016-06-17 09:29:06 -07:00
subprocess_worker_win.js Bug 1278733: Follow-up: Fix JSDoc errors in the subprocess module. r=bustage 2016-06-08 12:34:23 -07:00
Subprocess.jsm Bug 1278733: Follow-up: Fix JSDoc errors in the subprocess module. r=bustage 2016-06-08 12:34:23 -07:00