Details
-
Bug
-
Status: Closed (View Workflow)
-
Trivial
-
Resolution: Won't Fix
-
10.1.0
-
None
-
linux
Description
The source code of the mariadb had many bad code style mesh.
mixed with Space indent and tab indent.
and space before or after equal sign not all them same
i = 1;
|
value= value;
|
value = value;
|
you always confused with this bad code style.
can we tidy them ?
or do we have andy strict code style rules?