Suite test: fix modelines for bash script (emac)
authorAlexis La Goutte <alexis.lagoutte@gmail.com>
Wed, 3 Feb 2016 09:27:09 +0000 (10:27 +0100)
committerAnders Broman <a.broman58@gmail.com>
Wed, 3 Feb 2016 12:35:30 +0000 (12:35 +0000)
c-basic-offset -> sh-basic-offset

Change-Id: I16b19b608fbdb7f0408f7c31871fae746c8c4f50
Reviewed-on: https://code.wireshark.org/review/13683
Reviewed-by: cedric izoard <cedric.izoard@ceva-dsp.com>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
test/suite-capture.sh
test/suite-clopts.sh
test/suite-decryption.sh
test/suite-fileformats.sh
test/suite-io.sh
test/suite-mergecap.sh
test/suite-nameres.sh
test/suite-text2pcap.sh
test/suite-unittests.sh
test/suite-wslua.sh

index f4ed96f9f76b883ec339ff1608d74617a8f2b62f..d8270a6a73e6a8322ee52aea08d85fa59519397e 100755 (executable)
@@ -528,7 +528,7 @@ capture_suite() {
 # Editor modelines  -  http://www.wireshark.org/tools/modelines.html
 #
 # Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
 # tab-width: 8
 # indent-tabs-mode: t
 # End:
index 71b88800a8d2e9bd472962193e24cc1f4364b508..da3d9bcf824e4a9cdfb101538ba3b2b109dea168 100755 (executable)
@@ -365,7 +365,7 @@ clopt_suite() {
 # Editor modelines  -  http://www.wireshark.org/tools/modelines.html
 #
 # Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
 # tab-width: 8
 # indent-tabs-mode: t
 # End:
index 00ae9fb8766f3f5c6c3ba21e96b6c4ad8e4437c1..9d3819fa34092d29a87bf6d1dde1345b27da076b 100755 (executable)
@@ -344,7 +344,7 @@ decryption_suite() {
 # Editor modelines  -  https://www.wireshark.org/tools/modelines.html
 #
 # Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
 # tab-width: 8
 # indent-tabs-mode: t
 # End:
index 3c927b57b2febf6b6c4a36353c5fd6684c6c87bc..155c99a9b2683ae8288b4fe89c5a23e2723efe00 100755 (executable)
@@ -155,7 +155,7 @@ fileformats_suite() {
 # Editor modelines  -  http://www.wireshark.org/tools/modelines.html
 #
 # Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
 # tab-width: 8
 # indent-tabs-mode: t
 # End:
index 07065369a8eb4e4802fb72cc7643e2a111657d4a..22941c08f2585cb87999a9139c69ad4cfcdb5834 100755 (executable)
@@ -193,7 +193,7 @@ io_suite() {
 # Editor modelines  -  http://www.wireshark.org/tools/modelines.html
 #
 # Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
 # tab-width: 8
 # indent-tabs-mode: t
 # End:
index 34409adc396f77c44382742dbce410bb74b4ef63..11edf1f7fe33340bf3f744483393c2ceb29d1e1b 100644 (file)
@@ -256,7 +256,7 @@ mergecap_suite() {
 # Editor modelines  -  https://www.wireshark.org/tools/modelines.html
 #
 # Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
 # tab-width: 8
 # indent-tabs-mode: t
 # End:
index b04b36a74cede67b2e81cf95a6d383afc006c73f..f27b3f022e4e48b651e4c9722d25c89a438429b6 100755 (executable)
@@ -176,7 +176,7 @@ name_resolution_suite() {
 # Editor modelines  -  http://www.wireshark.org/tools/modelines.html
 #
 # Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
 # tab-width: 8
 # indent-tabs-mode: t
 # End:
index 63e0d9373061ab46ed6ff6ef0fa32fc0b944c8e3..2f87c7b844faf7c7b735a57e829aaed15c8f8a6b 100755 (executable)
@@ -321,7 +321,7 @@ text2pcap_suite() {
 # Editor modelines  -  https://www.wireshark.org/tools/modelines.html
 #
 # Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
 # tab-width: 8
 # indent-tabs-mode: t
 # End:
index e329902b691beacea80ba628412f344162468a70..b9e77905a0e9420d8b3cae98a365a3f26625ac13 100755 (executable)
@@ -125,7 +125,7 @@ unittests_suite() {
 # Editor modelines  -  http://www.wireshark.org/tools/modelines.html
 #
 # Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
 # tab-width: 8
 # indent-tabs-mode: t
 # End:
index b11e0d4cdf2bbe5839001a0b054e318d2baa80a4..3ca20d9dc95c9effef637735b7d6a04ad1211f99 100755 (executable)
@@ -488,7 +488,7 @@ wslua_suite() {
 # Editor modelines  -  https://www.wireshark.org/tools/modelines.html
 #
 # Local variables:
-# c-basic-offset: 8
+# sh-basic-offset: 8
 # tab-width: 8
 # indent-tabs-mode: t
 # End: