Lines Matching refs:after
67 # But no space after the '!' operator
70 # No space after the bitwise-not '~' operator
73 # No space after the addressof '&' operator
79 # No space after the dereference '*' operator
82 # No space after a unary negation '-'
133 # No space after a pointer star
139 # Remove space after star in a function return type
142 # At least 1 space after a type in variable definition etc
157 # Add a space after a ';' (unless a comment follows)
159 # (Uncrustify >= 0.73.0) Add a space after a semi in non-empty for statements
161 # (Uncrustify >= 0.73.0) No space after final semi in empty for statements
167 # Must have at least 1 space after a comma
176 # Must have space after a cast - '(char)x' -> '(char) x'