1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 20:30:32 -08:00

Whitespace change.

This commit is contained in:
Richard M. Stallman 2006-07-29 01:53:31 +00:00
parent 464dfe8f0a
commit 69b9efaa09

View file

@ -4607,7 +4607,8 @@ mark_stack ()
/* Determine whether it is safe to access memory at address P. */
int valid_pointer_p (p)
int
valid_pointer_p (p)
void *p;
{
int fd;