13
0

fix indentation

This commit is contained in:
Paul Davis 2013-11-29 22:24:59 -05:00
parent 074b0c4dca
commit 146734526c

View File

@ -207,7 +207,7 @@ public:
return _data + offset;
}
bool check_silence (pframes_t, pframes_t&) const;
bool check_silence (pframes_t, pframes_t&) const;
void prepare () { _written = false; _silent = false; }
bool written() const { return _written; }