From 2d2bf110c72823b912debe2e70bd22a270db660a Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 7 Sep 2019 20:07:55 +0000 Subject: nt32/nt64: debug.h: whitespace meditation. --- include/sys/debug.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/sys/debug.h b/include/sys/debug.h index 5317649..4f1929f 100644 --- a/include/sys/debug.h +++ b/include/sys/debug.h @@ -152,15 +152,15 @@ int __dbg_spawn(const char *, char **, char **, const struct __strace *); int __dbg_fork(void); int __dbg_kill(int); -/* suspend/resume thread; return previous suspend count (negative for an error) */ -int __dbg_suspend_thread(int, pid_t); -int __dbg_resume_thread(int, pid_t); - /* breakpoint via remote break-in, thread context manipulation, or lpc message */ int __dbg_rbreak(int); int __dbg_tbreak(int); int __dbg_lbreak(int); +/* suspend/resume thread; return previous suspend count (negative for an error) */ +int __dbg_suspend_thread(int, pid_t); +int __dbg_resume_thread(int, pid_t); + /** * query one (or all) pending debug event(s) for the given debug * file descriptor: -- cgit v1.2.3