summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2017-03-19 13:47:11 +0100
committerAnders Broman <a.broman58@gmail.com>2017-03-19 15:13:14 +0000
commit0b6b152694762bd5783569acbae48e9397d2b85f (patch)
tree4a26a51846b33e8d8182be87e25df3dfdab8cfcf /.editorconfig
parenta65c0c457668d7524dffefb17cc4e69a77a29f3c (diff)
downloadwireshark-0b6b152694762bd5783569acbae48e9397d2b85f.tar.gz
Remove echld/.
It has been unsupported for some years and when talking about removing it in the past I received some positive and no negative feedback. There is one instance of echld left: capchild/capture_sync.c: * echld might have already reaped the child. Can that case be removed or should be comment be updated to something more accurate? (left for a separate patch) Change-Id: Idac397158dd86fd0728eb95379449ee4a463fc28 Reviewed-on: https://code.wireshark.org/review/20619 Petri-Dish: Jörg Mayer <jmayer@loplof.de> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 345d7cbe08..4e61cdbb6b 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -33,7 +33,7 @@ indent_size = 4
[{capinfos,captype,mergecap,tfshark,tshark}.c]
indent_size = 2
-[{dftest,echld_test,randpkt,trigcap}.c]
+[{dftest,randpkt,trigcap}.c]
indent_style = tab
indent_size = tab