aboutsummaryrefslogtreecommitdiff
path: root/src/ui/UiManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/UiManager.cpp')
-rw-r--r--src/ui/UiManager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/UiManager.cpp b/src/ui/UiManager.cpp
index 85ca552c..ed40e70f 100644
--- a/src/ui/UiManager.cpp
+++ b/src/ui/UiManager.cpp
@@ -20,8 +20,8 @@ using namespace cru::ui::style;
using namespace cru::ui::helper;
namespace {
-std::unique_ptr<ISolidColorBrush> CreateSolidColorBrush(IGraphicsFactory* factory,
- const Color& color) {
+std::unique_ptr<ISolidColorBrush> CreateSolidColorBrush(
+ IGraphicsFactory* factory, const Color& color) {
auto brush = factory->CreateSolidColorBrush();
brush->SetColor(color);
return brush;