Index: /trunk/src/VBox/Main/src-client/AudioDriver.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/AudioDriver.cpp	(revision 70535)
+++ /trunk/src/VBox/Main/src-client/AudioDriver.cpp	(revision 70536)
@@ -43,8 +43,8 @@
 
 /**
- * Returns the next free LUN of the audio device driver 
+ * Returns the next free LUN of the audio device driver
  * chain.
- *  
- * @return unsigned             Next free LUN in audio device driver chain.    
+ *
+ * @return unsigned             Next free LUN in audio device driver chain.
  */
 unsigned AudioDriver::getFreeLUN(void)
@@ -74,6 +74,6 @@
  * Configures the audio driver (to CFGM) and attaches it to the audio chain.
  *
- * @returns IPRT status code. 
- * @param   pThis               Audio driver to detach. 
+ * @returns IPRT status code.
+ * @param   pThis               Audio driver to detach.
  * @param   pCfg                Audio driver configuration to use for the audio driver to attach.
  */
@@ -95,5 +95,5 @@
 
     LogFunc(("strDevice=%s, uInst=%u, uLUN=%u\n", pCfg->strDev.c_str(), pCfg->uInst, pCfg->uLUN));
-   
+
     vrc = pThis->Configure(pCfg, true /* Attach */);
     if (RT_SUCCESS(vrc))
@@ -101,8 +101,8 @@
 
     if (RT_SUCCESS(vrc))
-    {           
-        pThis->mfAttached = true;    
-    }
-    else                
+    {
+        pThis->mfAttached = true;
+    }
+    else
         LogRel(("VRDE: Failed to attach audio driver, rc=%Rrc\n", vrc));
 
@@ -113,5 +113,5 @@
  * Detaches an already attached audio driver from the audio chain.
  *
- * @returns IPRT status code. 
+ * @returns IPRT status code.
  * @param   pThis               Audio driver to detach.
  */
@@ -132,5 +132,5 @@
 
     LogFunc(("strDevice=%s, uInst=%u, uLUN=%u\n", pCfg->strDev.c_str(), pCfg->uInst, pCfg->uLUN));
-   
+
     vrc = PDMR3DriverDetach(ptrVM.rawUVM(), pCfg->strDev.c_str(), pCfg->uInst, pCfg->uLUN, "AUDIO",
                             0 /* iOccurrence */, 0 /* fFlags */);
@@ -154,7 +154,5 @@
  *
  * @returns VBox status code.
- * @param   strDevice           The PDM device name.
- * @param   uInstance           The PDM device instance.
- * @param   uLUN                The PDM LUN number of the driver.
+ * @param   pCfg                Audio driver configuration to use.
  * @param   fAttach             Whether to attach or detach the driver configuration to CFGM.
  *
@@ -187,5 +185,5 @@
     {
         if (!pDevLun)
-        {         
+        {
             LogRel2(("VRDE: Configuring audio driver\n"));
 
