gdb/ChangeLog:
* infrun.h (infrun_debug_printf): Add missing space.
Change-Id: I476096a098451ff2019ab38caa41ebfef0e04a1c
+
+ * infrun.h (infrun_debug_printf): Add missing space.
+
* linux-nat.c (linux_nat_target::supports_disable_randomization):
/* Print an "infrun" debug statement. */
#define infrun_debug_printf(fmt, ...) \
- debug_prefixed_printf_cond (debug_infrun, "infrun",fmt, ##__VA_ARGS__)
+ debug_prefixed_printf_cond (debug_infrun, "infrun", fmt, ##__VA_ARGS__)
/* Print "infrun" start/end debug statements. */