From 21e3b0c70cb338a237cc11ccc27959eac9862ded Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Fri, 9 Feb 2018 22:49:21 -0200 Subject: Remove trailing whitespace in inc files --- ext/spl/examples/autoload.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/spl/examples/autoload.inc') diff --git a/ext/spl/examples/autoload.inc b/ext/spl/examples/autoload.inc index 5871e7d63b..2ccd0d1be8 100644 --- a/ext/spl/examples/autoload.inc +++ b/ext/spl/examples/autoload.inc @@ -23,7 +23,7 @@ function __load_class($classname, $dir) return false; } -/** +/** * @brief Class loader for SPL example classes * @author Marcus Boerger * @version 1.0 -- cgit v1.2.1