mirror of
https://github.com/FraMecca/Buridans_donkey.git
synced 2024-03-20 11:20:15 +01:00
indent
This commit is contained in:
parent
4799d9d58b
commit
a98f547c8b
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ auto shuffle(string[] args, const string t)
|
||||||
|
|
||||||
|
|
||||||
template DevRandomGen(string gen)
|
template DevRandomGen(string gen)
|
||||||
if (gen == "/dev/random" || gen == "/dev/urandom")
|
if (gen == "/dev/random" || gen == "/dev/urandom")
|
||||||
{
|
{
|
||||||
struct DevRandomGen
|
struct DevRandomGen
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue