Fix indentation in Stream.h

This commit is contained in:
Tom Deakin 2016-04-26 14:50:58 +01:00
parent ee4820b5e4
commit ae679a5775

View File

@ -15,6 +15,7 @@ class Stream
virtual void triad() = 0; virtual void triad() = 0;
// Implementation specific device functions // Implementation specific device functions
static std::vector<int> getDeviceList(); static std::vector<int> getDeviceList();
static std::vector<int> getDeviceName(); static std::vector<int> getDeviceName();