Skip to content

Commit 3175408

Browse files
dyemanovhvlad
andauthored
Parenthesis around boolean condition
Co-authored-by: Vlad Khorsun <[email protected]>
1 parent b39dd37 commit 3175408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utilities/ntrace/TraceConfiguration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ void TraceCfgReader::readConfig()
9090
const ConfigFile::Parameter* section = &params[n];
9191

9292
const ConfigFile::SectionType sectionType = section->parseSectionKey();
93-
const bool isDatabase = sectionType != ConfigFile::SectionType::SERVICE;
93+
const bool isDatabase = (sectionType != ConfigFile::SectionType::SERVICE);
9494

9595
const ConfigFile::String pattern = section->value;
9696
bool match = false;

0 commit comments

Comments
 (0)