]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 Jul 2006 01:53:31 +0000 (01:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 Jul 2006 01:53:31 +0000 (01:53 +0000)
src/alloc.c

index a861504ab8921b589bfbf89637cd5d5a6a7e60c5..4c1a81e7c92e20af4b0c6274b083fb2732422689 100644 (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;