summaryrefslogtreecommitdiff
path: root/caputils/capture_win_ifnames.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-02-13 13:43:32 -0500
committerBill Meier <wmeier@newsguy.com>2015-02-13 18:45:23 +0000
commit6040bcd5f8b83c3ba4d1cd96730bb695a232e75d (patch)
treecbb0e767937b71a5ce11ee184a7ba000cfa31598 /caputils/capture_win_ifnames.c
parent82f081dd64d6d193f23716a388b9c45f90431454 (diff)
downloadwireshark-6040bcd5f8b83c3ba4d1cd96730bb695a232e75d.tar.gz
caputils/*.c: As needed: Add editor modelines & Fix indentation
Change-Id: I081446fbbc242c01f8ac9dede575c3ea77421c42 Reviewed-on: https://code.wireshark.org/review/7103 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'caputils/capture_win_ifnames.c')
-rw-r--r--caputils/capture_win_ifnames.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/caputils/capture_win_ifnames.c b/caputils/capture_win_ifnames.c
index a85b6d3916..f0222562ab 100644
--- a/caputils/capture_win_ifnames.c
+++ b/caputils/capture_win_ifnames.c
@@ -367,3 +367,15 @@ get_windows_interface_friendly_name(const char *interface_devicename)
/**************************************************************************************/
#endif
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */