diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2001-09-17 21:59:15 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2001-09-17 21:59:15 +0000 |
commit | 2f59bb576d63ef4e37bcb15525fec1d67a1b0e67 (patch) | |
tree | 5473fc22008cf5840f46c99d9bbb386e7ecd8519 /ext/ncurses/php_ncurses.h | |
parent | bc631cce3e40156464dd68b5db809726a6072cc7 (diff) | |
download | php-git-2f59bb576d63ef4e37bcb15525fec1d67a1b0e67.tar.gz |
whitespace
Diffstat (limited to 'ext/ncurses/php_ncurses.h')
-rw-r--r-- | ext/ncurses/php_ncurses.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/ncurses/php_ncurses.h b/ext/ncurses/php_ncurses.h index 84cac5a7e8..0be63a7a71 100644 --- a/ext/ncurses/php_ncurses.h +++ b/ext/ncurses/php_ncurses.h @@ -47,12 +47,12 @@ PHP_RSHUTDOWN_FUNCTION(ncurses); PHP_MINFO_FUNCTION(ncurses); /* - Declare any global variables you may need between the BEGIN - and END macros here: + Declare any global variables you may need between the BEGIN + and END macros here: ZEND_BEGIN_MODULE_GLOBALS(ncurses) - int global_value; - char *global_string; + int global_value; + char *global_string; ZEND_END_MODULE_GLOBALS(ncurses) */ @@ -71,7 +71,7 @@ ZEND_END_MODULE_GLOBALS(ncurses) #define NCURSES_LS_FETCH() #endif -#endif /* PHP_NCURSES_H */ +#endif /* PHP_NCURSES_H */ /* |