Index: /trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.cpp	(revision 78033)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/guestctrl/UIFileManagerTable.cpp	(revision 78034)
@@ -304,5 +304,4 @@
         {
             m_pBreadCrumbs->setIndent(0.5 * qApp->style()->pixelMetric(QStyle::PM_LayoutLeftMargin));
-
             connect(m_pBreadCrumbs, &UIFileManagerBreadCrumbs::linkActivated,
                     this, &UIFileManagerNavigationWidget::sigPathChanged);
@@ -322,5 +321,4 @@
     if (m_pSwitchButton)
     {
-
         QStyle *pStyle = QApplication::style();
         QIcon buttonIcon;
@@ -330,5 +328,4 @@
             m_pSwitchButton->setIcon(buttonIcon);
         }
-
         pLayout->addWidget(m_pSwitchButton);
         connect(m_pSwitchButton, &QToolButton::clicked,
@@ -375,9 +372,7 @@
     setFrameShape(QFrame::Box);
     setLineWidth(1);
-    //setFixedHeight(10);
     setAutoFillBackground(true);
     QPalette newPalette = palette();
     newPalette.setColor(QPalette::Background, qApp->palette().color(QPalette::Light));
-
     setPalette(newPalette);
     /* Allow the labe become smaller than the current text. calling setpath in resizeEvent truncated the text anyway: */
@@ -710,7 +705,5 @@
     m_pToolBar = new UIToolBar;
     if (m_pToolBar)
-    {
         m_pMainLayout->addWidget(m_pToolBar, 0, 0, 1, 7);
-    }
 
     m_pLocationLabel = new QILabel;
