From: Richard M. Stallman Date: Sat, 29 Jul 2006 01:53:31 +0000 (+0000) Subject: Whitespace change. X-Git-Tag: emacs-pretest-22.0.90~1205 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69b9efaa09b5fe495b5520af1a44f7f84dfd6b90;p=emacs.git Whitespace change. --- diff --git a/src/alloc.c b/src/alloc.c index a861504ab89..4c1a81e7c92 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -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;