Version.cpp: Format parse function code using clang-format
Signed-off-by: Edgars Cīrulis <edgarsscirulis@gmail.com>
This commit is contained in:
parent
198139feb4
commit
a84e4b0e07
@ -88,8 +88,7 @@ void Version::parse()
|
||||
currentSection = "";
|
||||
}
|
||||
currentSection += current_char;
|
||||
}
|
||||
else if(current_char == '.' || current_char == '-' || current_char == '_'){
|
||||
} else if (current_char == '.' || current_char == '-' || current_char == '_') {
|
||||
if (!currentSection.isEmpty()) {
|
||||
m_sections.append(Section(currentSection));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user