Whitespace fixes.

This commit is contained in:
John Baldwin 2001-09-18 21:05:04 +00:00
parent 3ca719f12e
commit 659209e636
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83640
4 changed files with 12 additions and 12 deletions

View File

@ -607,9 +607,9 @@ npxexit(td)
*/
if (masked_exceptions & 0x0d)
log(LOG_ERR,
"pid %d (%s) exited with masked floating"
" point exceptions 0x%02x\n",
td->td_proc->p_pid, td->td_proc->p_comm, masked_exceptions);
"pid %d (%s) exited with masked floating point exceptions 0x%02x\n",
td->td_proc->p_pid, td->td_proc->p_comm,
masked_exceptions);
}
#endif
}

View File

@ -607,9 +607,9 @@ npxexit(td)
*/
if (masked_exceptions & 0x0d)
log(LOG_ERR,
"pid %d (%s) exited with masked floating"
" point exceptions 0x%02x\n",
td->td_proc->p_pid, td->td_proc->p_comm, masked_exceptions);
"pid %d (%s) exited with masked floating point exceptions 0x%02x\n",
td->td_proc->p_pid, td->td_proc->p_comm,
masked_exceptions);
}
#endif
}

View File

@ -607,9 +607,9 @@ npxexit(td)
*/
if (masked_exceptions & 0x0d)
log(LOG_ERR,
"pid %d (%s) exited with masked floating"
" point exceptions 0x%02x\n",
td->td_proc->p_pid, td->td_proc->p_comm, masked_exceptions);
"pid %d (%s) exited with masked floating point exceptions 0x%02x\n",
td->td_proc->p_pid, td->td_proc->p_comm,
masked_exceptions);
}
#endif
}

View File

@ -660,9 +660,9 @@ npxexit(td)
*/
if (masked_exceptions & 0x0d)
log(LOG_ERR,
"pid %d (%s) exited with masked floating"
" point exceptions 0x%02x\n",
td->td_proc->p_pid, td->td_proc->p_comm, masked_exceptions);
"pid %d (%s) exited with masked floating point exceptions 0x%02x\n",
td->td_proc->p_pid, td->td_proc->p_comm,
masked_exceptions);
}
#endif
}