keep file formatting correct

pull/1165/head
ClausKlein 6 years ago
parent f5fa88d48a
commit e071ccd715

@ -962,7 +962,8 @@ class arg_map {
// The list is unsorted, so just return the first matching name.
for (entry *it = map_, *end = map_ + size_; it != end; ++it) {
if (it->name == name) {
return it->arg; }
return it->arg;
}
}
return {};
}

Loading…
Cancel
Save