Coding style clean up

This commit is contained in:
Christophe Dumez 2012-02-20 19:56:07 +02:00
parent 00b4ad6ec8
commit f3448125c3
40 changed files with 227 additions and 228 deletions

View file

@ -315,7 +315,7 @@ bool RssArticle::isRead() const{
return m_read;
}
void RssArticle::markAsRead(){
void RssArticle::markAsRead() {
m_read = true;
}