mirror of
https://github.com/N64Recomp/N64Recomp.git
synced 2025-06-29 05:26:17 +00:00
make formatting for if-else more consistent
This commit is contained in:
parent
71eca4b045
commit
0e578a19b1
1 changed files with 2 additions and 1 deletions
|
@ -144,7 +144,8 @@ std::vector<N64Recomp::FunctionSize> get_func_sizes(const toml::array* func_size
|
||||||
throw toml::parse_error("Function size is not divisible by 4", el.source());
|
throw toml::parse_error("Function size is not divisible by 4", el.source());
|
||||||
}
|
}
|
||||||
func_sizes.emplace_back(func_name.value(), func_size.value());
|
func_sizes.emplace_back(func_name.value(), func_size.value());
|
||||||
} else {
|
}
|
||||||
|
else {
|
||||||
throw toml::parse_error("Manually sized function is missing required value(s)", el.source());
|
throw toml::parse_error("Manually sized function is missing required value(s)", el.source());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue