diff options
| author | Richard M. Stallman | 2006-07-29 01:53:31 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-07-29 01:53:31 +0000 |
| commit | 69b9efaa09b5fe495b5520af1a44f7f84dfd6b90 (patch) | |
| tree | 80e2b2bf9369764e819f6740b0643d6ee9054797 /src | |
| parent | 464dfe8f0ac72820c0a1f1de4dbd2a36cc865b44 (diff) | |
| download | emacs-69b9efaa09b5fe495b5520af1a44f7f84dfd6b90.tar.gz emacs-69b9efaa09b5fe495b5520af1a44f7f84dfd6b90.zip | |
Whitespace change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/alloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 () | |||
| 4607 | 4607 | ||
| 4608 | 4608 | ||
| 4609 | /* Determine whether it is safe to access memory at address P. */ | 4609 | /* Determine whether it is safe to access memory at address P. */ |
| 4610 | int valid_pointer_p (p) | 4610 | int |
| 4611 | valid_pointer_p (p) | ||
| 4611 | void *p; | 4612 | void *p; |
| 4612 | { | 4613 | { |
| 4613 | int fd; | 4614 | int fd; |