No C++ comments and extra tabs.

This commit is contained in:
foobar 2003-06-04 05:45:54 +00:00
parent b2ee53106f
commit fde80076ec

View file

@ -401,10 +401,10 @@ PHP_FUNCTION(glob)
} }
#ifndef GLOB_NOMATCH #ifndef GLOB_NOMATCH
// now catch the FreeBSD style of "no matches" /* now catch the FreeBSD style of "no matches" */
if (!globbuf.gl_pathc) { if (!globbuf.gl_pathc) {
array_init(return_value); array_init(return_value);
return; return;
} }
#endif #endif