Switch to clang-format14
This commit is contained in:
parent
951d0f4d23
commit
851333a50d
31 changed files with 77 additions and 40 deletions
|
|
@ -1467,7 +1467,8 @@ struct SendMessageVisitor
|
|||
{
|
||||
explicit SendMessageVisitor(TimelineModel *model)
|
||||
: model_(model)
|
||||
{}
|
||||
{
|
||||
}
|
||||
|
||||
template<typename T, mtx::events::EventType Event>
|
||||
void sendRoomEvent(mtx::events::RoomEvent<T> msg)
|
||||
|
|
@ -1491,7 +1492,8 @@ struct SendMessageVisitor
|
|||
// Do-nothing operator for all unhandled events
|
||||
template<typename T>
|
||||
void operator()(const mtx::events::Event<T> &)
|
||||
{}
|
||||
{
|
||||
}
|
||||
|
||||
// Operator for m.room.message events that contain a msgtype in their content
|
||||
template<typename T,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue