From 3942e13bbac68d0362ad2e788162f96fe39c3a16 Mon Sep 17 00:00:00 2001 From: glenux Date: Mon, 13 Mar 2006 13:04:40 +0000 Subject: [PATCH] --- detector-server.c | 2 ++ libdetect.c | 1 + test.c | 2 ++ test_mod.c | 2 ++ worms.c | 2 ++ worms_mod.c | 2 ++ 6 files changed, 11 insertions(+) diff --git a/detector-server.c b/detector-server.c index 4a8701e..4c7ec83 100644 --- a/detector-server.c +++ b/detector-server.c @@ -1,3 +1,5 @@ +/* vim: set sw=4 ts=4 si et: */ + #include #include diff --git a/libdetect.c b/libdetect.c index 36298aa..5dc5f88 100644 --- a/libdetect.c +++ b/libdetect.c @@ -1,3 +1,4 @@ +/* vim: set sw=4 ts=4 si et: */ #include diff --git a/test.c b/test.c index 4e40636..aae39fb 100644 --- a/test.c +++ b/test.c @@ -1,3 +1,5 @@ +/* vim: set sw=4 ts=4 si et: */ + #include #include #include diff --git a/test_mod.c b/test_mod.c index af619d9..35b7652 100644 --- a/test_mod.c +++ b/test_mod.c @@ -1,3 +1,5 @@ +/* vim: set sw=4 ts=4 si et: */ + #include #include #include diff --git a/worms.c b/worms.c index b269e33..a2378c7 100644 --- a/worms.c +++ b/worms.c @@ -1,3 +1,5 @@ +/* vim: set sw=4 ts=4 si et: */ + /* * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved. diff --git a/worms_mod.c b/worms_mod.c index d047ff5..48f438c 100644 --- a/worms_mod.c +++ b/worms_mod.c @@ -1,3 +1,5 @@ +/* vim: set sw=4 ts=4 si et: */ + /* * Copyright (c) 1980, 1993 * The Regents of the University of California. All rights reserved.