mirror of
https://github.com/love2d/love.git
synced 2026-08-16 16:20:42 +02:00
removed some more trailing spaces
oh god i need a tool for this --HG-- branch : minor
This commit is contained in:
@@ -227,7 +227,6 @@ bool Source::queue(void *, int, int, int, int)
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
} // null
|
||||
} // audio
|
||||
} // love
|
||||
|
||||
@@ -108,7 +108,6 @@ public:
|
||||
|
||||
};
|
||||
|
||||
|
||||
StaticDataBuffer::StaticDataBuffer(ALenum format, const ALvoid *data, ALsizei size, ALsizei freq)
|
||||
: size(size)
|
||||
{
|
||||
@@ -318,7 +317,7 @@ bool Source::isPlaying() const
|
||||
}
|
||||
|
||||
bool Source::isFinished() const
|
||||
{
|
||||
{
|
||||
if (!valid)
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user