Fix exemple formatting.
GitOrigin-RevId: 84f34b183364bce06fa3b6b06620d04e7f26a6ab
This commit is contained in:
parent
1d92893c05
commit
c825628cd6
@ -63,9 +63,9 @@ class TdExample {
|
|||||||
} else if (!are_authorized_) {
|
} else if (!are_authorized_) {
|
||||||
process_response(client_->receive(10));
|
process_response(client_->receive(10));
|
||||||
} else {
|
} else {
|
||||||
std::cerr
|
std::cerr << "Enter action [q] quit [u] check for updates and request results [c] show chats [m <id> <text>] "
|
||||||
<< "Enter action [q] quit [u] check for updates and request results [c] show chats [m <id> <text>] send message [l] logout: "
|
"send message [l] logout: "
|
||||||
<< std::endl;
|
<< std::endl;
|
||||||
std::string line;
|
std::string line;
|
||||||
std::getline(std::cin, line);
|
std::getline(std::cin, line);
|
||||||
std::istringstream ss(line);
|
std::istringstream ss(line);
|
||||||
|
2
src.ps1
2
src.ps1
@ -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"
|
||||||
|
2
src.sh
2
src.sh
@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/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
|
||||||
|
Loading…
Reference in New Issue
Block a user