diff --git a/util/morestyle.pl b/util/morestyle.pl index 16176e439..771dc1724 100755 --- a/util/morestyle.pl +++ b/util/morestyle.pl @@ -209,6 +209,10 @@ } elsif ($line =~ /^\s+[\+\-\*\/] [\s\w\(\)\+\-\*\/\.\-\>]/) { # ignoring line with a portion of a wrapped expression + } elsif ($line =~ /^\s+(\w+(, )?)+\);/) { + # ignoring line with arguments wrapped from previous line + # TODO: ensure arguments' leading spaces are correct + } elsif (!$cur_line_is_empty) { if ($n_vars > 0 && $min_var_space - $max_var_type > 3) { var_output "excessive spacing in variable alignment: needs 2 spaces from longest type to first name/pointer.";