diff options
author | Pavol Rusnak <pavol@rusnak.io> | 2023-04-11 21:45:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-11 19:45:44 +0000 |
commit | 8b679987cdce292ff36bd741f6715e4927e26f9b (patch) | |
tree | f6b913d90283ec662004818846e0a14357c0209e /examples/main/main.cpp | |
parent | 3e6e70d8e8917b5bd14c7c9f9b89a585f1ff0b31 (diff) |
Fix whitespace, add .editorconfig, add GitHub workflow (#883)
Diffstat (limited to 'examples/main/main.cpp')
-rw-r--r-- | examples/main/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/main/main.cpp b/examples/main/main.cpp index bf756c16..ba153cb8 100644 --- a/examples/main/main.cpp +++ b/examples/main/main.cpp @@ -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; } |