Skip to content

Commit

Permalink
format: Fix incorrect formatting in signal.h
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMatthesKDAB committed Jul 3, 2024
1 parent 30700a0 commit 4bb82b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/kdbindings/signal.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,7 @@ class Signal
}

// Disconnects all previously connected functions
void
disconnectAll()
void disconnectAll()
{
const auto numEntries = m_connections.entriesSize();

Expand Down

0 comments on commit 4bb82b0

Please sign in to comment.