Formatting fixes
This commit is contained in:
parent
c879b6d183
commit
a6c3278845
2 changed files with 16 additions and 16 deletions
|
@ -132,7 +132,7 @@ void sampler_queue(
|
||||||
const float min_p = params.min_p;
|
const float min_p = params.min_p;
|
||||||
const float tfs_z = params.tfs_z;
|
const float tfs_z = params.tfs_z;
|
||||||
const float typical_p = params.typical_p;
|
const float typical_p = params.typical_p;
|
||||||
const std::string samplers_sequence = params.samplers_sequence;
|
const std::string & samplers_sequence = params.samplers_sequence;
|
||||||
|
|
||||||
for (auto s : samplers_sequence) {
|
for (auto s : samplers_sequence) {
|
||||||
switch (s){
|
switch (s){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue