summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_statistics.h
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2010-09-23 16:03:22 +0000
committerAndrey Hristov <andrey@php.net>2010-09-23 16:03:22 +0000
commit216effe4f5445919347896f6c39a2f97ee31f634 (patch)
tree7c75923375ee5c3d74f9023ca73901677124ce19 /ext/mysqlnd/mysqlnd_statistics.h
parent8bb124394bf1734bd41bb2a28d1a3fbd8f74180a (diff)
downloadphp-git-216effe4f5445919347896f6c39a2f97ee31f634.tar.gz
WS fixes
Diffstat (limited to 'ext/mysqlnd/mysqlnd_statistics.h')
-rw-r--r--ext/mysqlnd/mysqlnd_statistics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mysqlnd/mysqlnd_statistics.h b/ext/mysqlnd/mysqlnd_statistics.h
index c54976b9ae..b0c2f8bbe8 100644
--- a/ext/mysqlnd/mysqlnd_statistics.h
+++ b/ext/mysqlnd/mysqlnd_statistics.h
@@ -64,7 +64,7 @@ extern const MYSQLND_STRING mysqlnd_stats_values_names[];
MYSQLND_STAT_CALL_TRIGGER((stats), (statistic), (value)); \
MYSQLND_STATS_UNLOCK(_p_s); \
}
-
+
#define MYSQLND_DEC_STATISTIC(enabler, stats, statistic) \
{ \
enum_mysqlnd_collected_stats _s = (statistic);\