1
0
mirror of synced 2025-04-21 22:25:55 +03:00

Code cleanup

This commit is contained in:
yhirose 2019-05-07 21:46:15 -04:00
parent 3f42804a4f
commit dfc94f2cab
7 changed files with 3 additions and 15 deletions

View File

@ -1,5 +1,5 @@
#include <httplib.h>
#include <chrono>
#include <httplib.h>
#include <iostream>
using namespace std;

View File

@ -39,5 +39,3 @@ int main(void) {
return 0;
}
// vim: et ts=4 sw=4 cin cino={1s ff=unix

View File

@ -17,5 +17,3 @@ int main(void) {
svr.listen("localhost", 1234);
}
// vim: et ts=4 sw=4 cin cino={1s ff=unix

View File

@ -111,5 +111,3 @@ int main(void) {
return 0;
}
// vim: et ts=4 sw=4 cin cino={1s ff=unix

View File

@ -133,5 +133,3 @@ int main(int argc, const char **argv) {
return 0;
}
// vim: et ts=4 sw=4 cin cino={1s ff=unix

View File

@ -2557,5 +2557,3 @@ inline bool SSLClient::check_host_name(const char *pattern,
} // namespace httplib
#endif // CPPHTTPLIB_HTTPLIB_H
// vim: et ts=4 sw=4 cin cino={1s ff=unix

View File

@ -1382,5 +1382,3 @@ TEST(CleanupTest, WSACleanup) {
ASSERT_EQ(0, ret);
}
#endif
// vim: et ts=4 sw=4 cin cino={1s ff=unix