mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Formatting: Remove double-dots from comments and other strings
This commit is contained in:
parent
82dc6d1c7e
commit
83e5264c86
209 changed files with 508 additions and 509 deletions
|
|
@ -34,7 +34,7 @@
|
|||
|
||||
extern "C"
|
||||
{
|
||||
// Declare just the minimum number of interfaces for the DSound objects that we need..
|
||||
// Declare just the minimum number of interfaces for the DSound objects that we need.
|
||||
struct DSBUFFERDESC
|
||||
{
|
||||
DWORD dwSize;
|
||||
|
|
@ -857,7 +857,7 @@ public:
|
|||
{
|
||||
if (! isThreadRunning())
|
||||
{
|
||||
// something gone wrong and the thread's stopped..
|
||||
// something gone wrong and the thread's stopped
|
||||
isOpen_ = false;
|
||||
return;
|
||||
}
|
||||
|
|
@ -1119,7 +1119,7 @@ String DSoundAudioIODevice::openDevice (const BigInteger& inputChannels,
|
|||
sampleRate = sampleRate_ > 0.0 ? sampleRate_ : 44100.0;
|
||||
|
||||
if (bufferSizeSamples_ <= 0)
|
||||
bufferSizeSamples_ = 960; // use as a default size if none is set.
|
||||
bufferSizeSamples_ = 960; // use as a default size if none is set
|
||||
|
||||
bufferSizeSamples = bufferSizeSamples_ & ~7;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue