clang-format on code base

This commit is contained in:
Allen Winter
2021-07-12 17:05:37 -04:00
parent d87898b59e
commit 7001aa58ce
111 changed files with 1291 additions and 1000 deletions

View File

@@ -27,7 +27,7 @@ DropAreaWithCentralFrame::~DropAreaWithCentralFrame()
{
}
Frame* DropAreaWithCentralFrame::createCentralFrame(MainWindowOptions options)
Frame *DropAreaWithCentralFrame::createCentralFrame(MainWindowOptions options)
{
Frame *frame = nullptr;
if (options & MainWindowOption_HasCentralFrame) {