debugger: code style, add missing space

Change-Id: I58ab4769dc26bea7234497660acf2d88c800fe46
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
hjk
2012-05-29 12:16:38 +02:00
committed by hjk
parent 093363ef21
commit 8bf3d48c84

View File

@@ -776,7 +776,7 @@ static void setWatchDataAddress(WatchData &data, quint64 address, quint64 origAd
// *(class X*)0xdeadbeef for gdb.
data.exp = data.name.toLatin1();
else
data.exp = "*(" + gdbQuoteTypes(data.type) + "*)" +data.hexAddress();
data.exp = "*(" + gdbQuoteTypes(data.type) + "*)" + data.hexAddress();
}
}