Index: /trunk/src/VBox/Devices/Audio/HDAStream.h
===================================================================
--- /trunk/src/VBox/Devices/Audio/HDAStream.h	(revision 70246)
+++ /trunk/src/VBox/Devices/Audio/HDAStream.h	(revision 70247)
@@ -118,6 +118,6 @@
      *  in reset mode and therefore not acccessible by the guest. */
     volatile bool           fInReset;
-	/** Flag indicating if the stream is in running state or not. */
-	volatile bool			fRunning;
+    /** Flag indicating if the stream is in running state or not. */
+    volatile bool           fRunning;
     /** Unused, padding. */
     uint8_t                 Padding0[3];
@@ -193,6 +193,6 @@
     /** Stream descriptor number (SDn). */
     uint8_t                  u8SD;
-	/** Current channel index.
-	 *  For a stereo stream, this is u8Channel + 1. */
+    /** Current channel index.
+     *  For a stereo stream, this is u8Channel + 1. */
     uint8_t                  u8Channel;
     /** DMA base address (SDnBDPU - SDnBDPL). */
