aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--example/cpp/td_example.cpp6
-rw-r--r--src.ps12
-rwxr-xr-xsrc.sh2
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);
diff --git a/src.ps1 b/src.ps1
index 89df360f1..c5d1d1d61 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 cff26fa95..5b89d9d40 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