Index: Source/platform/audio/HRTFDatabase.h |
diff --git a/Source/platform/audio/HRTFDatabase.h b/Source/platform/audio/HRTFDatabase.h |
index de5dbae7abdedcf047d1d55dfa10252b26f3f7bf..a31019500395330df6c26931319742f4d97e1a14 100644 |
--- a/Source/platform/audio/HRTFDatabase.h |
+++ b/Source/platform/audio/HRTFDatabase.h |
@@ -76,7 +76,7 @@ private: |
// Returns the index for the correct HRTFElevation given the elevation angle. |
static unsigned indexFromElevationAngle(double); |
- Vector<OwnPtr<HRTFElevation> > m_elevations; |
+ Vector<OwnPtr<HRTFElevation>> m_elevations; |
float m_sampleRate; |
}; |