aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2006-07-29 01:53:31 +0000
committerRichard M. Stallman <[email protected]>2006-07-29 01:53:31 +0000
commit69b9efaa09b5fe495b5520af1a44f7f84dfd6b90 (patch)
tree80e2b2bf9369764e819f6740b0643d6ee9054797
parent464dfe8f0ac72820c0a1f1de4dbd2a36cc865b44 (diff)
Whitespace change.
-rw-r--r--src/alloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index a861504ab8..4c1a81e7c9 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;