Index: /trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp
===================================================================
--- /trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp	(revision 55030)
+++ /trunk/src/VBox/Devices/Audio/DrvHostCoreAudio.cpp	(revision 55031)
@@ -287,5 +287,5 @@
     volatile uint32_t           status;
     /** Flag whether the "default device changed" listener was registered. */
- 	bool                        fDefDevChgListReg;
+    bool                        fDefDevChgListReg;
 } COREAUDIOSTREAMOUT, *PCOREAUDIOSTREAMOUT;
 
@@ -316,5 +316,5 @@
     volatile uint32_t           status;
     /** Flag whether the "default device changed" listener was registered. */
- 	bool                        fDefDevChgListReg;
+    bool                        fDefDevChgListReg;
 } COREAUDIOSTREAMIN, *PCOREAUDIOSTREAMIN;
 
