Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp	(revision 56421)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp	(revision 56422)
@@ -403,5 +403,7 @@
     RTEXITCODE rcExit = readPasswordFile(pszFilename, &passwd);
     if (rcExit == RTEXITCODE_SUCCESS)
+    {
         CHECK_ERROR2I_STMT(virtualBox, SetSettingsSecret(com::Bstr(passwd).raw()), rcExit = RTEXITCODE_FAILURE);
+    }
 
     return rcExit;
Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageBandwidthControl.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageBandwidthControl.cpp	(revision 56421)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageBandwidthControl.cpp	(revision 56422)
@@ -239,5 +239,7 @@
         CHECK_ERROR2I_RET(bwCtrl, GetBandwidthGroup(name.raw(), bwGroup.asOutParam()), RTEXITCODE_FAILURE);
         if (SUCCEEDED(rc))
+        {
             CHECK_ERROR2I_RET(bwGroup, COMSETTER(MaxBytesPerSec)((LONG64)cMaxBytesPerSec), RTEXITCODE_FAILURE);
+        }
     }
 
