mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-23 17:23:44 +08:00
setup clang tidy (#19533)
* setup clang tidy * config * some cleanup * little more * remove that * fix qcom build old-commit-hash: 87950eb3127e175f0f2b0bb42440f5350c679369
This commit is contained in:
@@ -257,7 +257,7 @@ std::string Params::get(std::string key, bool block){
|
||||
size_t size;
|
||||
int r;
|
||||
|
||||
if (block){
|
||||
if (block) {
|
||||
r = read_db_value_blocking((const char*)key.c_str(), &value, &size);
|
||||
} else {
|
||||
r = read_db_value((const char*)key.c_str(), &value, &size);
|
||||
|
||||
Reference in New Issue
Block a user