gdb: add missing space in infrun_debug_printf
authorSimon Marchi <simon.marchi@polymtl.ca>
Sun, 9 May 2021 00:37:27 +0000 (20:37 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sun, 9 May 2021 00:37:27 +0000 (20:37 -0400)
gdb/ChangeLog:

* infrun.h (infrun_debug_printf): Add missing space.

Change-Id: I476096a098451ff2019ab38caa41ebfef0e04a1c

gdb/ChangeLog
gdb/infrun.h

index 3061bb9168c81c8d03f57102a6ffbbe0c92deef6..e7e48f0cc3e2636692ddd7c848877a5de15e470e 100644 (file)
@@ -1,3 +1,7 @@
+2021-05-08  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * infrun.h (infrun_debug_printf): Add missing space.
+
 2021-05-08  Pedro Alves  <pedro@palves.net>
 
        * linux-nat.c (linux_nat_target::supports_disable_randomization):
index 220ccc79e8b4c7f035df7a53254f43c7461a6305..7ebb9fc9f4e646a587e4370b409116d61c7c580f 100644 (file)
@@ -34,7 +34,7 @@ extern bool debug_infrun;
 /* 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.  */
 
This page took 0.039316 seconds and 4 git commands to generate.