diff options
Diffstat (limited to 'tests/log.c')
-rw-r--r-- | tests/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/log.c b/tests/log.c index e4d1c1e..1db1406 100644 --- a/tests/log.c +++ b/tests/log.c @@ -20,3 +20,4 @@ int main() { urmom(); LCRIT(1, "This is considered critical"); } +/* vim: set ts=8 noet: */ |