diff options
author | hjk <qtc-committer@nokia.com> | 2008-12-09 11:07:24 +0100 |
---|---|---|
committer | hjk <qtc-committer@nokia.com> | 2008-12-09 11:07:24 +0100 |
commit | 342caa2141d1f62cbd1a4280c3ccba972abda0fa (patch) | |
tree | 51224cf821021f06dde8645043d4215d6924ac6f /src/plugins/bookmarks | |
parent | 88b7a14a7973058248874f9a4d3dbcb181bcd352 (diff) | |
download | qt-creator-342caa2141d1f62cbd1a4280c3ccba972abda0fa.tar.gz |
some more whitespace changes
Diffstat (limited to 'src/plugins/bookmarks')
-rw-r--r-- | src/plugins/bookmarks/bookmarkmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bookmarks/bookmarkmanager.cpp b/src/plugins/bookmarks/bookmarkmanager.cpp index fd4541a01d..fefe756296 100644 --- a/src/plugins/bookmarks/bookmarkmanager.cpp +++ b/src/plugins/bookmarks/bookmarkmanager.cpp @@ -173,7 +173,7 @@ void BookmarkDelegate::paint(QPainter *painter, const QStyleOptionViewItem &opti // int idx; // forever { // idx = directory.lastIndexOf("/", pos-1); -// if(idx == -1) { +// if (idx == -1) { // // Can't happen, this means the string did fit after all? // break; // } |