🎨 clang-tidy

This commit is contained in:
Benjamin Voisin
2024-05-09 20:59:25 +02:00
parent 3b87b83076
commit 21751b2faa
4 changed files with 13 additions and 10 deletions

View File

@ -138,8 +138,7 @@ bool AModule::handleUserEvent(GdkEventButton* const& e) {
if (rec->second == config_["menu"].asString()) {
// Popup the menu
gtk_widget_show_all(GTK_WIDGET(menu_));
gtk_menu_popup_at_pointer (GTK_MENU(menu_), reinterpret_cast<GdkEvent*>(e));
gtk_menu_popup_at_pointer(GTK_MENU(menu_), reinterpret_cast<GdkEvent*>(e));
}
// Second call user scripts
if (!format.empty()) {