diff options
author | Tom de Vries <tdevries@suse.de> | 2023-04-24 22:08:53 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2023-04-24 22:08:53 +0200 |
commit | 6d5d644e3cece1b2bbfe50c9b7e5866d656f81fb (patch) | |
tree | 0d27e8f88ba2afa3ec505139c84642797fa51a01 /bfd/vms-misc.c | |
parent | 60732b42936b322a30d2d08618432eabb94b5a67 (diff) | |
download | binutils-6d5d644e3cece1b2bbfe50c9b7e5866d656f81fb.zip binutils-6d5d644e3cece1b2bbfe50c9b7e5866d656f81fb.tar.gz binutils-6d5d644e3cece1b2bbfe50c9b7e5866d656f81fb.tar.bz2 |
[gdb/testsuite] Fix auto-indent in gdb.gdb/python-helper.exp
When editing gdb.gdb/python-helper.exp, auto-indent is broken in my editor
(emacs).
The problem is that this:
...
if { 1 } {
foo "{" "}"<ENTER>bar
}
...
produces this:
...
if { 1 } {
foo "{" "}"
bar
}
...
Note that this doesn't happen for "{}".
Fix this by using "\{" and "\}".
Tested on x86_64-linux.
Diffstat (limited to 'bfd/vms-misc.c')
0 files changed, 0 insertions, 0 deletions