mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-12-03 12:18:11 +08:00
Dos2unix (#874)
This commit is contained in:
parent
802e2ae87a
commit
1bddbb117a
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
clang-format --version
|
clang-format --version
|
||||||
#find lib orm_lib examples drogon_ctl -name *.h -o -name *.cc -exec dos2unix {} \;
|
find lib orm_lib nosql_lib examples drogon_ctl -name *.h -o -name *.cc -exec dos2unix {} \;
|
||||||
find lib orm_lib nosql_lib examples drogon_ctl -name *.h -o -name *.cc|xargs clang-format -i -style=file
|
find lib orm_lib nosql_lib examples drogon_ctl -name *.h -o -name *.cc|xargs clang-format -i -style=file
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "api_v1_ApiTest.h"
|
#include "api_v1_ApiTest.h"
|
||||||
using namespace api::v1;
|
using namespace api::v1;
|
||||||
// add definition of your processing function here
|
// add definition of your processing function here
|
||||||
void ApiTest::rootGet(const HttpRequestPtr &req,
|
void ApiTest::rootGet(const HttpRequestPtr &req,
|
||||||
|
Loading…
Reference in New Issue
Block a user