From f6f6c4d7e63d2eaf4ece7aee66f46a013b29bffa Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 11 Aug 2001 16:39:07 +0000 Subject: Whitespace --- ext/dbplus/dbplus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/dbplus/dbplus.c') diff --git a/ext/dbplus/dbplus.c b/ext/dbplus/dbplus.c index fc136bb84f..8bbd352fc3 100644 --- a/ext/dbplus/dbplus.c +++ b/ext/dbplus/dbplus.c @@ -208,13 +208,13 @@ PHP_FUNCTION(dbplus_open) convert_to_long_ex(writing); convert_to_long_ex(searchpath); - conn = cdb_open((*name)->value.str.val,(*writing)->value.lval,(*searchpath)->value.lval); + conn = cdb_open((*name)->value.str.val, (*writing)->value.lval, (*searchpath)->value.lval); if(conn == NULL) { /* TODO error handling */ RETURN_FALSE; } - ZEND_REGISTER_RESOURCE(return_value,conn,le_dbplus); + ZEND_REGISTER_RESOURCE(return_value, conn, le_dbplus); } /* }}} */ -- cgit v1.2.1