From c825628cd64290def3d16d88fb30ed837fc85007 Mon Sep 17 00:00:00 2001 From: levlam Date: Mon, 22 Jan 2018 22:38:55 +0300 Subject: [PATCH] Fix exemple formatting. GitOrigin-RevId: 84f34b183364bce06fa3b6b06620d04e7f26a6ab --- example/cpp/td_example.cpp | 6 +++--- src.ps1 | 2 +- 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 6d20be3b..4724d769 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 ] send message [l] logout: " - << std::endl; + std::cerr << "Enter action [q] quit [u] check for updates and request results [c] show chats [m ] " + "send message [l] logout: " + << std::endl; std::string line; std::getline(std::cin, line); std::istringstream ss(line); diff --git a/src.ps1 b/src.ps1 index 89df360f..c5d1d1d6 100644 --- a/src.ps1 +++ b/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" diff --git a/src.sh b/src.sh index cff26fa9..5b89d9d4 100755 --- a/src.sh +++ b/src.sh @@ -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