summaryrefslogtreecommitdiff
path: root/main/snprintf.c
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2015-08-31 19:12:21 +0900
committerJakub Zelenka <bukka@php.net>2016-06-26 13:26:43 +0100
commit086835f2b31d1220c725e5a19f86668dcebf4b10 (patch)
tree4d8aa59eaf27361d00a0099be9a81bf85a39238e /main/snprintf.c
parenta160b518d047e42cd6c95e2e217139dbb9332706 (diff)
downloadphp-git-086835f2b31d1220c725e5a19f86668dcebf4b10.tar.gz
Remove unneeded WS change
Diffstat (limited to 'main/snprintf.c')
-rw-r--r--main/snprintf.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/snprintf.c b/main/snprintf.c
index 678f879dc3..9623f4e8e1 100644
--- a/main/snprintf.c
+++ b/main/snprintf.c
@@ -238,8 +238,6 @@ PHPAPI char *php_gcvt(double value, int ndigit, char dec_point, char exponent, c
}
/* }}} */
-
-
/* {{{ Apache license */
/* ====================================================================
* Copyright (c) 1995-1998 The Apache Group. All rights reserved.