mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-20 02:40:03 +02:00
minor
This commit is contained in:
parent
a28fa66e54
commit
2364364697
@ -16,7 +16,8 @@ Checks: '*,
|
||||
-hicpp-braces-around-statements,
|
||||
-google-runtime-references,
|
||||
-google-readability-todo,
|
||||
-google-readability-braces-around-statements'
|
||||
-google-readability-braces-around-statements,
|
||||
-modernize-use-trailing-return-type'
|
||||
|
||||
HeaderFilterRegex: \.h
|
||||
AnalyzeTemporaryDtors: false
|
||||
|
@ -93,7 +93,7 @@ void CmdParser::DecodeIdAndPosition(const char *c) {
|
||||
|
||||
std::vector<const char *> CmdParser::argv() const {
|
||||
std::vector<const char *> vec;
|
||||
if (command_.empty() != true) {
|
||||
if (!command_.empty()) {
|
||||
vec.push_back(&command_.front());
|
||||
}
|
||||
for (auto &arg : arguments_) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user