aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/linux-nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/nat/linux-nat.h')
-rw-r--r--gdb/nat/linux-nat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/linux-nat.h b/gdb/nat/linux-nat.h
index aebb7de..84b937f 100644
--- a/gdb/nat/linux-nat.h
+++ b/gdb/nat/linux-nat.h
@@ -52,9 +52,9 @@ typedef int (iterate_over_lwps_ftype) (struct lwp_info *lwp);
LWP immediately. Otherwise return NULL. This function must be
provided by the client. */
-extern struct lwp_info *iterate_over_lwps
- (ptid_t filter,
- gdb::function_view<iterate_over_lwps_ftype> callback);
+extern struct lwp_info *
+iterate_over_lwps (ptid_t filter,
+ gdb::function_view<iterate_over_lwps_ftype> callback);
/* Return the ptid of LWP. */