mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Add missing space (according to syntax style guide)
This commit is contained in:
@@ -68,7 +68,7 @@ namespace oak
|
||||
}
|
||||
|
||||
template <typename _InputIter>
|
||||
void random_shuffle(_InputIter first, _InputIter last)
|
||||
void random_shuffle (_InputIter first, _InputIter last)
|
||||
{
|
||||
static std::mt19937 g(std::random_device{}());
|
||||
std::shuffle(first, last, g);
|
||||
|
||||
Reference in New Issue
Block a user