1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 10:03:18 +02:00

- In function declerations the opening { should be on a new line

This commit is contained in:
Andi Gutmans
2000-11-01 17:31:53 +00:00
parent b25b80c147
commit 8907e17bde

View File

@@ -40,7 +40,8 @@
* 2 - if file does not exist, check directory
* 3 - only check directory (needed for mkdir)
*/
PHPAPI int php_checkuid(const char *fn, char *fopen_mode, int mode) {
PHPAPI int php_checkuid(const char *fn, char *fopen_mode, int mode)
{
struct stat sb;
int ret;
long uid=0L, duid=0L;