mirror of
https://gitee.com/an-tao/drogon.git
synced 2024-12-01 19:27:53 +08:00
Dos2unix (#874)
This commit is contained in:
parent
802e2ae87a
commit
1bddbb117a
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
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
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "api_v1_ApiTest.h"
|
||||
#include "api_v1_ApiTest.h"
|
||||
using namespace api::v1;
|
||||
// add definition of your processing function here
|
||||
void ApiTest::rootGet(const HttpRequestPtr &req,
|
||||
|
Loading…
Reference in New Issue
Block a user