Use kdelibs coding style

This commit is contained in:
Luca Beltrame 2015-03-21 23:05:57 +01:00
parent 0084798a2c
commit d965371d23
31 changed files with 201 additions and 234 deletions

View file

@ -20,7 +20,8 @@
#include "blacklistpage.h"
#include "danboorusettings.h"
namespace Danbooru {
namespace Danbooru
{
BlacklistPage::BlacklistPage(DanbooruSettings *preferences, QWidget *parent): QWidget(parent)
{
@ -29,10 +30,8 @@ BlacklistPage::BlacklistPage(DanbooruSettings *preferences, QWidget *parent): QW
}
BlacklistPage::~BlacklistPage()
{
}
} // namespace Danbooru