summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-02-13 12:05:26 -0500
committerBill Meier <wmeier@newsguy.com>2015-02-13 17:34:53 +0000
commit9c866ff971c1c8c94ccb699d040dda34abafb55a (patch)
tree5ddc07a1439f456d71b8b03da2cf3bfe5e578490 /log.h
parent936f685af5e42b8faa01ae24aac6b71c47950b6f (diff)
downloadwireshark-9c866ff971c1c8c94ccb699d040dda34abafb55a.tar.gz
Replace tabs by spaces when editor modelines has "expandtab"
Change-Id: If7a6f2697be732ae4f94ed8b845fd293c32510f7 Also: tabs-stops should be 8 Reviewed-on: https://code.wireshark.org/review/7100 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'log.h')
-rw-r--r--log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/log.h b/log.h
index d79239cd40..b2b7e349d0 100644
--- a/log.h
+++ b/log.h
@@ -27,10 +27,10 @@
#define LOG_DOMAIN_CAPTURE "Capture"
/* capture child domain (the capture child might also contain file domain messages!) */
-#define LOG_DOMAIN_CAPTURE_CHILD "CaptureChild"
+#define LOG_DOMAIN_CAPTURE_CHILD "CaptureChild"
/* main domain */
-#define LOG_DOMAIN_MAIN "Main"
+#define LOG_DOMAIN_MAIN "Main"
/* enable very verbose capture log debug output */
/* (might slightly degrade performance) */