diff options
| -rw-r--r-- | example/cpp/td_example.cpp | 6 | ||||
| -rw-r--r-- | src.ps1 | 2 | ||||
| -rwxr-xr-x | src.sh | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/example/cpp/td_example.cpp b/example/cpp/td_example.cpp index 6d20be3bb..4724d769b 100644 --- a/example/cpp/td_example.cpp +++ b/example/cpp/td_example.cpp @@ -63,9 +63,9 @@ class TdExample { } else if (!are_authorized_) { process_response(client_->receive(10)); } else { - std::cerr - << "Enter action [q] quit [u] check for updates and request results [c] show chats [m <id> <text>] send message [l] logout: " - << std::endl; + std::cerr << "Enter action [q] quit [u] check for updates and request results [c] show chats [m <id> <text>] " + "send message [l] logout: " + << std::endl; std::string line; std::getline(std::cin, line); std::istringstream ss(line); @@ -1 +1 @@ -git ls-tree -r HEAD --name-only benchmark memprof td tdactor tddb tdnet tdtl tdutils test tg_http_client | Select-String "\.cpp$|\.h$|\.hpp$" | Select-String -NotMatch "third_party" +git ls-tree -r HEAD --name-only benchmark example memprof td tdactor tddb tdnet tdtl tdutils test tg_http_client | Select-String "\.cpp$|\.h$|\.hpp$" | Select-String -NotMatch "third_party" @@ -1,2 +1,2 @@ #!/bin/bash -git ls-tree -r HEAD --name-only benchmark memprof td tdactor tddb tdnet tdtl tdutils test tg_http_client | grep -E "\.cpp$|\.h$|\.hpp$" | grep -v third_party +git ls-tree -r HEAD --name-only benchmark example memprof td tdactor tddb tdnet tdtl tdutils test tg_http_client | grep -E "\.cpp$|\.h$|\.hpp$" | grep -v third_party |
