mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 22:47:21 -06:00
Coding style clean up
This commit is contained in:
@@ -315,7 +315,7 @@ bool RssArticle::isRead() const{
|
||||
return m_read;
|
||||
}
|
||||
|
||||
void RssArticle::markAsRead(){
|
||||
void RssArticle::markAsRead() {
|
||||
m_read = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user