projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed tabs and unneeded constructor
[invirt/third/libt4.git]
/
rsmtest_client.cc
diff --git
a/rsmtest_client.cc
b/rsmtest_client.cc
index
3965fa9
..
f4238db
100644
(file)
--- a/
rsmtest_client.cc
+++ b/
rsmtest_client.cc
@@
-3,7
+3,7
@@
#include "rsmtest_client.h"
#include <arpa/inet.h>
-rsmtest_client::rsmtest_client(std::string dst) : cl(dst) {
+rsmtest_client::rsmtest_client(string dst) : cl(dst) {
if (cl.bind() < 0)
cout << "rsmtest_client: call bind" << endl;
}