From 287de65625a667b6403d0606fa75b67926ec7230 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 9 Mar 2023 14:56:09 -0500 Subject: gdb, gdbserver, gdbsupport: fix whitespace issues Replace spaces with tabs in a bunch of places. Change-Id: If0f87180f1d13028dc178e5a8af7882a067868b0 --- gdb/python/python.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/python/python.c') diff --git a/gdb/python/python.c b/gdb/python/python.c index fb3d975..b295ff8 100644 --- a/gdb/python/python.c +++ b/gdb/python/python.c @@ -2078,7 +2078,7 @@ do_start_initialization () PyConfig_InitPythonConfig (&config); PyStatus status = PyConfig_SetString (&config, &config.program_name, - progname_copy); + progname_copy); if (PyStatus_Exception (status)) goto init_done; -- cgit v1.1