aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/common-inferior.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdbsupport/common-inferior.h')
-rw-r--r--gdbsupport/common-inferior.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gdbsupport/common-inferior.h b/gdbsupport/common-inferior.h
index c468c7b..0b5b487 100644
--- a/gdbsupport/common-inferior.h
+++ b/gdbsupport/common-inferior.h
@@ -59,7 +59,6 @@ extern bool startup_with_shell;
/* Compute command-line string given argument vector. This does the
same shell processing as fork_inferior. */
-extern std::string
-construct_inferior_arguments (gdb::array_view<char * const>);
+extern std::string construct_inferior_arguments (gdb::array_view<char *const>);
#endif /* COMMON_COMMON_INFERIOR_H */