mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-24 04:43:49 +00:00
Apply clang-format to the previous commit
This commit is contained in:
parent
ca48b778c3
commit
95999afefd
@ -220,9 +220,7 @@ namespace LuaUtil
|
||||
util["remap"] = [](double value, double min, double max, double newMin, double newMax) {
|
||||
return newMin + (value - min) * (newMax - newMin) / (max - min);
|
||||
};
|
||||
util["round"] = [](double value) {
|
||||
return round(value);
|
||||
};
|
||||
util["round"] = [](double value) { return round(value); };
|
||||
|
||||
if (lua["bit32"] != sol::nil)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user