aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-fileio.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/remote-fileio.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/remote-fileio.h')
-rw-r--r--gdb/remote-fileio.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/gdb/remote-fileio.h b/gdb/remote-fileio.h
index 71d85c6..2ee893e 100644
--- a/gdb/remote-fileio.h
+++ b/gdb/remote-fileio.h
@@ -29,19 +29,18 @@ struct remote_target;
/* Unified interface to remote fileio, called in remote.c from
remote_wait () and remote_async_wait (). */
-extern void remote_fileio_request (remote_target *remote,
- char *buf, int ctrlc_pending_p);
+extern void remote_fileio_request (remote_target *remote, char *buf,
+ int ctrlc_pending_p);
/* Cleanup any remote fileio state. */
extern void remote_fileio_reset (void);
/* Called from _initialize_remote (). */
-extern void initialize_remote_fileio (
- struct cmd_list_element **remote_set_cmdlist,
- struct cmd_list_element **remote_show_cmdlist);
+extern void
+initialize_remote_fileio (struct cmd_list_element **remote_set_cmdlist,
+ struct cmd_list_element **remote_show_cmdlist);
/* Unpack a struct fio_stat. */
-extern void remote_fileio_to_host_stat (struct fio_stat *fst,
- struct stat *st);
+extern void remote_fileio_to_host_stat (struct fio_stat *fst, struct stat *st);
#endif