Fix whitespace, add .editorconfig, add GitHub workflow (#883)

This commit is contained in:
Pavol Rusnak
2023-04-11 21:45:44 +02:00
committed by GitHub
parent 3e6e70d8e8
commit 8b679987cd
15 changed files with 84 additions and 46 deletions

View File

@ -168,7 +168,7 @@ int main(int argc, char ** argv) {
}
// enable interactive mode if reverse prompt or interactive start is specified
if (params.antiprompt.size() != 0 || params.interactive_start) {
if (params.antiprompt.size() != 0 || params.interactive_start) {
params.interactive = true;
}