From: Sascha Schumann Date: Tue, 17 Oct 2000 02:50:15 +0000 (+0000) Subject: fix indentation X-Git-Tag: php-4.0.4RC3~660 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c0ba95806f2cbf750558725b8e22dcf2a46b46e;p=php fix indentation --- diff --git a/ext/session/mod_files.c b/ext/session/mod_files.c index 061e0ca0ca..8abc31721d 100644 --- a/ext/session/mod_files.c +++ b/ext/session/mod_files.c @@ -125,7 +125,7 @@ static void ps_files_open(ps_files *data, const char *key) data->lastkey = NULL; } - ps_files_close(data); + ps_files_close(data); if (!ps_files_valid_key(key) || !ps_files_path_create(buf, sizeof(buf), data, key))