whitespace change, no bug

git-svn-id: svn://10.0.0.236/trunk@240925 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%mozilla.org 2007-12-12 18:23:48 +00:00
parent 4c73eda982
commit 11694b1188

View File

@ -431,7 +431,7 @@ nsNavHistoryExpire::FindVisits(PRTime aExpireThreshold, PRUint32 aNumToExpire,
// Select moz_places records, including whether visited and whether the URI
// is bookmarked or not.
nsCAutoString sqlBase;
sqlBase.AssignLiteral(
sqlBase.AssignLiteral(
"SELECT v.id, v.place_id, v.visit_date, h.url, h.favicon_id, h.hidden, "
"(SELECT fk FROM moz_bookmarks WHERE fk = h.id) "
"FROM moz_places h JOIN moz_historyvisits v ON h.id = v.place_id ");