indent alloc.c

This commit is contained in:
Vitor Santos Costa 2011-09-04 19:22:08 +02:00
parent c3ea833845
commit 9d8e7ed034
1 changed files with 1 additions and 1 deletions

View File

@ -1065,7 +1065,7 @@ mmap_extension(Int s, MALLOC_T base, int fixed_allocation)
#else
char file[YAP_FILENAME_MAX];
strcpy(file,"/tmp/mapfile");
itos(getpid(), &file[12]);
itos(getpid(), &file[12]);
#endif /* HAVE_TMPNAM */
#endif /* HAVE_MKSTEMP */
fd = open(file, O_CREAT|O_RDWR, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);