changeset 72167:b0a67cf52eb6

Whitespace change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 Jul 2006 01:53:31 +0000
parents d8c9fc01d95e
children 4c683d3ba427
files src/alloc.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/alloc.c	Sat Jul 29 01:52:29 2006 +0000
+++ b/src/alloc.c	Sat Jul 29 01:53:31 2006 +0000
@@ -4607,7 +4607,8 @@
 
 
 /* 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;