Skip to content

Commit

Permalink
Fix for clang-format failure in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mthierman committed Aug 11, 2024
1 parent 4913f3d commit 3a0fe49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/detail/standalone/windows/helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

namespace freeaudio::clap_wrapper::standalone::windows::helpers::detail
{
auto CALLBACK DefaultWindowProcedure::wndProc(::HWND hWnd, ::UINT uMsg, ::WPARAM wParam,
::LPARAM lParam) -> ::LRESULT
::LRESULT CALLBACK DefaultWindowProcedure::wndProc(::HWND hWnd, ::UINT uMsg, ::WPARAM wParam,
::LPARAM lParam)
{
return ::DefWindowProcW(hWnd, uMsg, wParam, lParam);
}
Expand Down

0 comments on commit 3a0fe49

Please sign in to comment.