aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.c
diff options
context:
space:
mode:
authorDavid Perry <boolean263@protonmail.com>2022-02-20 19:39:37 +0000
committerA Wireshark GitLab Utility <6629907-ws-gitlab-utility@users.noreply.gitlab.com>2022-02-20 19:39:37 +0000
commit70d432c35724b23cfb1f6d80773b520523a65f75 (patch)
tree400adbe2036a9a1ca066ad7d5b2dd0a13816d436 /cfile.c
parent695ce22b0d8fc18a3c492d99b0d774e6d77dd744 (diff)
Remove editor modelines and .editorconfig exceptions from root files
Diffstat (limited to 'cfile.c')
-rw-r--r--cfile.c17
1 files changed, 2 insertions, 15 deletions
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:
- */