Minor indenting changes.
This commit is contained in:
parent
497e44a5f8
commit
faea916b2f
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ proc gdb_version {} {
|
|||
global GDBFLAGS
|
||||
if {[which $GDB] != 0} then {
|
||||
set tmp [exec echo "q" | $GDB]
|
||||
set version [lindex $tmp [lsearch $tmp "\[0-9\]*"]]
|
||||
set version [string range $version 0 [expr [string length $version]-2]]
|
||||
set version "[lindex $tmp [lsearch $tmp "\[0-9\]*"]]"
|
||||
set version "[string range $version 0 [expr [string length $version]-2]]"
|
||||
clone_output "[which $GDB] version $version $GDBFLAGS\n"
|
||||
} else {
|
||||
warning "$GDB does not exist"
|
||||
|
|
Loading…
Reference in a new issue