Sync to trunk (r44371)
[reactos.git] / reactos / drivers / wdm / audio / legacy / wdmaud / mixer.c
index 5de3872..9b70bb7 100644 (file)
@@ -2262,12 +2262,12 @@ SetGetVolumeControlDetails(
         Input->dwValue = dwValue;
     }
     else
         Input->dwValue = dwValue;
     }
     else
-    {
+        {
         /* notify clients of a line change */
         NotifyWdmAudClients(DeviceObject, MM_MIXM_CONTROL_CHANGE, DeviceInfo->hDevice, MixerControl->dwControlID);
     }
         /* notify clients of a line change */
         NotifyWdmAudClients(DeviceObject, MM_MIXM_CONTROL_CHANGE, DeviceInfo->hDevice, MixerControl->dwControlID);
     }
-    return Status;
-}
+                return Status;
+            }
 
 NTSTATUS
 NTAPI
 
 NTSTATUS
 NTAPI
@@ -2317,7 +2317,7 @@ WdmAudGetMixerEvent(
     {
         /* no events available */
         return SetIrpIoStatus(Irp, STATUS_UNSUCCESSFUL, 0);
     {
         /* no events available */
         return SetIrpIoStatus(Irp, STATUS_UNSUCCESSFUL, 0);
-    }
+}
 
     /* store event result */
     DeviceInfo->u.MixerEvent.hMixer = Event->hMixer;
 
     /* store event result */
     DeviceInfo->u.MixerEvent.hMixer = Event->hMixer;