mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-18 15:57:13 +02:00
minor
This commit is contained in:
@ -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_) {
|
||||
|
Reference in New Issue
Block a user