From 18a76c2a4a6247ef9d18de157f5dba391d8ff244 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 29 Apr 2023 19:09:36 +0100 Subject: Reformat with new clang-format 16 --- ui/window.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'ui/window.cpp') diff --git a/ui/window.cpp b/ui/window.cpp index ad071bb..731996a 100644 --- a/ui/window.cpp +++ b/ui/window.cpp @@ -20,10 +20,9 @@ Window::GlewInitHelper::GlewInitHelper() } Window::Window(size_t width, size_t height, const std::string & title, Uint32 flags) : - size {static_cast(width), static_cast(height)}, m_window {title.c_str(), - static_cast(SDL_WINDOWPOS_CENTERED), - static_cast(SDL_WINDOWPOS_CENTERED), size.x, - size.y, flags}, + size {static_cast(width), static_cast(height)}, + m_window {title.c_str(), static_cast(SDL_WINDOWPOS_CENTERED), static_cast(SDL_WINDOWPOS_CENTERED), size.x, + size.y, flags}, glContext {m_window}, uiShader {width, height} { } -- cgit v1.2.3