summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-03-23 21:09:38 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-03-23 21:09:38 +0100
commitf63829852e5512789ba0048403864708ed782390 (patch)
tree160111cd3ac9ed85b941b7e9f3930b402bce7d08 /ext
parent994a89758666d3e40d63a95496187181a6cafc39 (diff)
downloadphp-git-f63829852e5512789ba0048403864708ed782390.tar.gz
[ci skip] Remove text editor modelines
These were already removed 92ac598aabd336593a47ed3959f1031674b763e6 and this fixes some leftovers. These files don't really need these settings.
Diffstat (limited to 'ext')
-rw-r--r--ext/standard/strnatcmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/strnatcmp.c b/ext/standard/strnatcmp.c
index c088fd8438..72ed5e142d 100644
--- a/ext/standard/strnatcmp.c
+++ b/ext/standard/strnatcmp.c
@@ -1,4 +1,4 @@
-/* -*- mode: c; c-file-style: "k&r" -*-
+/*
Modified for PHP by Andrei Zmievski <andrei@ispi.net>