Skip to content

Commit

Permalink
STY: clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Odd Kiva committed May 20, 2024
1 parent 5e40a3b commit a484160
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ class SingleWindowApp
return *app_ptr;
}

static auto window_size_callback(GLFWwindow* window, const int, const int)
-> void
static auto window_size_callback(GLFWwindow* window, const int,
const int) -> void
{
auto& self = get_self(window);

Expand Down Expand Up @@ -382,8 +382,8 @@ class SingleWindowApp
bool SingleWindowApp::_glfw_initialized = false;


auto main([[maybe_unused]] int const argc, [[maybe_unused]] char** const argv)
-> int
auto main([[maybe_unused]] int const argc,
[[maybe_unused]] char** const argv) -> int
{
#if defined(_OPENMP)
const auto num_threads = omp_get_max_threads();
Expand Down

0 comments on commit a484160

Please sign in to comment.