Fix exemple formatting.

GitOrigin-RevId: 84f34b183364bce06fa3b6b06620d04e7f26a6ab
This commit is contained in:
levlam 2018-01-22 22:38:55 +03:00
parent 1d92893c05
commit c825628cd6
3 changed files with 5 additions and 5 deletions

View File

@ -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);

View File

@ -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
View File

@ -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