]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/information/informationpanel.cpp
More coding style fixes
[dolphin.git] / src / panels / information / informationpanel.cpp
index e5257bc72556839db0e55fa3570a98ffaaf92302..051134c6459009e10f536061775f678ca7e28126 100644 (file)
@@ -168,7 +168,8 @@ void InformationPanel::contextMenuEvent(QContextMenuEvent* event)
     Panel::contextMenuEvent(event);
 }
 
-void InformationPanel::showContextMenu(const QPoint &pos) {
+void InformationPanel::showContextMenu(const QPoint &pos)
+{
     QMenu popup(this);
 
     QAction* previewAction = popup.addAction(i18nc("@action:inmenu", "Preview"));