From 70d432c35724b23cfb1f6d80773b520523a65f75 Mon Sep 17 00:00:00 2001 From: David Perry Date: Sun, 20 Feb 2022 19:39:37 +0000 Subject: Remove editor modelines and .editorconfig exceptions from root files --- cfile.c | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'cfile.c') diff --git a/cfile.c b/cfile.c index ef4b28c58d..fbc2b98df6 100644 --- a/cfile.c +++ b/cfile.c @@ -20,19 +20,6 @@ void cap_file_init(capture_file *cf) { - /* Initialize the capture file struct */ - memset(cf, 0, sizeof(capture_file)); + /* Initialize the capture file struct */ + memset(cf, 0, sizeof(capture_file)); } - -/* - * Editor modelines - https://www.wireshark.org/tools/modelines.html - * - * Local Variables: - * c-basic-offset: 2 - * tab-width: 8 - * indent-tabs-mode: nil - * End: - * - * ex: set shiftwidth=2 tabstop=8 expandtab: - * :indentSize=2:tabSize=8:noTabs=true: - */ -- cgit v1.2.3