mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-01 12:00:35 +08:00
white space
This commit is contained in:
parent
ba8c69552f
commit
264f41f081
@ -88,7 +88,7 @@ class fhandler_base
|
|||||||
beyond EOF, zero filling or making
|
beyond EOF, zero filling or making
|
||||||
file sparse if so. */
|
file sparse if so. */
|
||||||
unsigned query_open : 2; /* open file without requesting either
|
unsigned query_open : 2; /* open file without requesting either
|
||||||
read or write access */
|
read or write access */
|
||||||
unsigned close_on_exec : 1; /* close-on-exec */
|
unsigned close_on_exec : 1; /* close-on-exec */
|
||||||
unsigned need_fork_fixup : 1; /* Set if need to fixup after fork. */
|
unsigned need_fork_fixup : 1; /* Set if need to fixup after fork. */
|
||||||
unsigned has_changed : 1; /* Flag used to set ctime on close. */
|
unsigned has_changed : 1; /* Flag used to set ctime on close. */
|
||||||
|
@ -582,7 +582,7 @@ format_process_maps (_pinfo *p, char *&destbuf, size_t maxsize)
|
|||||||
st.st_ino);
|
st.st_ino);
|
||||||
while (written < 62)
|
while (written < 62)
|
||||||
destbuf[len + written++] = ' ';
|
destbuf[len + written++] = ' ';
|
||||||
len += written;
|
len += written;
|
||||||
len += __small_sprintf (destbuf + len, "%s\n", posix_modname);
|
len += __small_sprintf (destbuf + len, "%s\n", posix_modname);
|
||||||
}
|
}
|
||||||
out:
|
out:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user