aboutsummaryrefslogtreecommitdiff
path: root/gdb/opencl-lang.c
diff options
context:
space:
mode:
authorTom de Vries <tdevries@suse.de>2021-09-23 22:42:10 +0200
committerTom de Vries <tdevries@suse.de>2021-09-23 22:42:10 +0200
commit04739cc7ce5a5c67d8d841541a4aaef706c53a79 (patch)
tree55a4585962a9c25d4d9048ab0d698377471bccd7 /gdb/opencl-lang.c
parent9b8efa2cd14410cb23d8873fd8f0665155569523 (diff)
downloadgdb-04739cc7ce5a5c67d8d841541a4aaef706c53a79.zip
gdb-04739cc7ce5a5c67d8d841541a4aaef706c53a79.tar.gz
gdb-04739cc7ce5a5c67d8d841541a4aaef706c53a79.tar.bz2
[gdb/testsuite] Use early-out style in gdb.base/break-probes.exp
Reduce indentation and improve readability in test-case gdb.base/break-probes.exp by replacing: ... if { <cond> } { <lots-of-code> } ... with: ... if { ! <cond> } { return -1 } <lots-of-code> ... Tested on x86_64-linux.
Diffstat (limited to 'gdb/opencl-lang.c')
0 files changed, 0 insertions, 0 deletions