summaryrefslogtreecommitdiff
path: root/ext/spl/examples/findfile.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/examples/findfile.php')
-rwxr-xr-xext/spl/examples/findfile.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/examples/findfile.php b/ext/spl/examples/findfile.php
index 60146cbffd..7a850feddb 100755
--- a/ext/spl/examples/findfile.php
+++ b/ext/spl/examples/findfile.php
@@ -30,4 +30,4 @@ EOF;
if (!class_exists("FindFile", false)) require_once("findfile.inc");
foreach(new FindFile($argv[1], $argv[2]) as $file) echo $file->getPathname()."\n";
-?> \ No newline at end of file
+?>