From 52df98393467108c92ee45d9e734af55e964e6ab Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 15 Jun 2017 15:22:23 +0200 Subject: remove editor hints for vi --- libm/float_wrappers.c | 1 - libm/ldouble_wrappers.c | 1 - libm/nan.c | 1 - 3 files changed, 3 deletions(-) (limited to 'libm') diff --git a/libm/float_wrappers.c b/libm/float_wrappers.c index 105486e46..a6b6a3646 100644 --- a/libm/float_wrappers.c +++ b/libm/float_wrappers.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Wrapper functions implementing all the float math functions * defined by SuSv3 by actually calling the double version of diff --git a/libm/ldouble_wrappers.c b/libm/ldouble_wrappers.c index 840293fe6..3387698cf 100644 --- a/libm/ldouble_wrappers.c +++ b/libm/ldouble_wrappers.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Wrapper functions implementing all the long double math functions * defined by SuSv3 by actually calling the double version of diff --git a/libm/nan.c b/libm/nan.c index eee3b1cc4..454734b6f 100644 --- a/libm/nan.c +++ b/libm/nan.c @@ -1,4 +1,3 @@ -/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2002 by Erik Andersen * -- cgit v1.2.3