summaryrefslogtreecommitdiff
path: root/libm
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-15 15:22:23 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-21 21:29:00 +0200
commit52df98393467108c92ee45d9e734af55e964e6ab (patch)
treeda2f521819f6b576a2c841e0263565f6266ec9a4 /libm
parent8b3d82087039655037d4d2c4545f058b3075e75c (diff)
remove editor hints for vi
Diffstat (limited to 'libm')
-rw-r--r--libm/float_wrappers.c1
-rw-r--r--libm/ldouble_wrappers.c1
-rw-r--r--libm/nan.c1
3 files changed, 0 insertions, 3 deletions
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 <andersen@uclibc.org>
*