mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 20:30:32 -08:00
Whitespace change.
This commit is contained in:
parent
464dfe8f0a
commit
69b9efaa09
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue