Skip to content

Commit d7384f5

Browse files
committed
reformat
1 parent 6269877 commit d7384f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flang/lib/Support/Fortran-features.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ bool LanguageFeatureControl::ApplyCliOption(std::string input) {
162162
negated = true;
163163
input = input.substr(3);
164164
}
165-
if (auto it {cliOptions_.find(input)}; it != cliOptions_.end()) {
165+
if (auto it{cliOptions_.find(input)}; it != cliOptions_.end()) {
166166
if (std::holds_alternative<LanguageFeature>(it->second)) {
167167
EnableWarning(std::get<LanguageFeature>(it->second), !negated);
168168
return true;

0 commit comments

Comments
 (0)