Cleanup: make format

This commit is contained in:
2020-12-15 12:01:45 +01:00
parent 35368e8bfc
commit 1b130f17c9
7 changed files with 23 additions and 22 deletions

View File

@@ -16,8 +16,8 @@
#include "bvh/bvh.h"
#include "render/hair.h"
#include "render/curves.h"
#include "render/hair.h"
#include "render/scene.h"
CCL_NAMESPACE_BEGIN

View File

@@ -2093,7 +2093,8 @@ GHOST_TSuccess GHOST_SystemWin32::showMessageBox(const char *title,
config.cbSize = sizeof(config);
config.hInstance = 0;
config.dwCommonButtons = 0;
config.pszMainIcon = (dialog_options & GHOST_DialogError ? TD_ERROR_ICON :
config.pszMainIcon = (dialog_options & GHOST_DialogError ?
TD_ERROR_ICON :
dialog_options & GHOST_DialogWarning ? TD_WARNING_ICON :
TD_INFORMATION_ICON);
config.pszWindowTitle = L"Blender";