aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/linux-btrace.h
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2023-02-08 15:36:23 -0500
committerSimon Marchi <simon.marchi@polymtl.ca>2023-02-08 15:46:02 -0500
commitc583a2520616c2736cffc389c89a48b159366e6c (patch)
treeb4925f26506fcee96c16119431c01760f05db95d /gdb/nat/linux-btrace.h
parentca7f92c2f15b86b09c4a8ad14806bef666308d31 (diff)
downloadbinutils-users/simark/clang-format.zip
binutils-users/simark/clang-format.tar.gz
binutils-users/simark/clang-format.tar.bz2
Run clang-format.shusers/simark/clang-format
Change-Id: Ia948cc26d534b0dd02702244d52434b1a2093968
Diffstat (limited to 'gdb/nat/linux-btrace.h')
-rw-r--r--gdb/nat/linux-btrace.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/nat/linux-btrace.h b/gdb/nat/linux-btrace.h
index ab69647..56fa7f4 100644
--- a/gdb/nat/linux-btrace.h
+++ b/gdb/nat/linux-btrace.h
@@ -24,7 +24,7 @@
#include "gdbsupport/btrace-common.h"
#if HAVE_LINUX_PERF_EVENT_H
-# include <linux/perf_event.h>
+#include <linux/perf_event.h>
#endif
struct target_ops;
@@ -104,7 +104,7 @@ struct btrace_target_info
/* See to_enable_btrace in target.h. */
extern struct btrace_target_info *
- linux_enable_btrace (ptid_t ptid, const struct btrace_config *conf);
+linux_enable_btrace (ptid_t ptid, const struct btrace_config *conf);
/* See to_disable_btrace in target.h. */
extern enum btrace_error linux_disable_btrace (struct btrace_target_info *ti);
@@ -116,6 +116,6 @@ extern enum btrace_error linux_read_btrace (struct btrace_data *btrace,
/* See to_btrace_conf in target.h. */
extern const struct btrace_config *
- linux_btrace_conf (const struct btrace_target_info *);
+linux_btrace_conf (const struct btrace_target_info *);
#endif /* NAT_LINUX_BTRACE_H */