From 5c248d91cd5b7e9401e4393b2193ad44c32016bc Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sat, 17 Feb 2018 21:21:16 +0100 Subject: Coding-style: remove superfluous parentheses Mostly replace "return (expression);" by "return expression;" and one case of "function((parameter))" by "function(parameter)". Signed-off-by: Berthold Stoeger --- theme/list_lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theme') diff --git a/theme/list_lib.js b/theme/list_lib.js index ef5d2909c..34e4a6043 100644 --- a/theme/list_lib.js +++ b/theme/list_lib.js @@ -1147,7 +1147,7 @@ function mbar_to_bar(mbar) function mbar_to_psi(mbar) { - return (mbar * 0.0145037738); + return mbar * 0.0145037738; } function mm_to_meter(mm) -- cgit v1.2.3-70-g09d2