mirror of
https://github.com/MariaDB/server.git
synced 2025-12-16 22:03:23 +03:00
Style cleanups: Convert spaces to tabs, remove trailing whitespace, other
misc cleanups.
This commit is contained in:
@@ -34,8 +34,8 @@ ulint
|
||||
ut_min(
|
||||
/*===*/
|
||||
/* out: minimum */
|
||||
ulint n1, /* in: first number */
|
||||
ulint n2); /* in: second number */
|
||||
ulint n1, /* in: first number */
|
||||
ulint n2); /* in: second number */
|
||||
/**********************************************************
|
||||
Calculates the maximum of two ulints. */
|
||||
UNIV_INLINE
|
||||
@@ -43,8 +43,8 @@ ulint
|
||||
ut_max(
|
||||
/*===*/
|
||||
/* out: maximum */
|
||||
ulint n1, /* in: first number */
|
||||
ulint n2); /* in: second number */
|
||||
ulint n1, /* in: first number */
|
||||
ulint n2); /* in: second number */
|
||||
/********************************************************************
|
||||
Calculates minimum of two ulint-pairs. */
|
||||
UNIV_INLINE
|
||||
@@ -73,7 +73,7 @@ int
|
||||
ut_pair_cmp(
|
||||
/*========*/
|
||||
/* out: -1 if a < b, 0 if a == b,
|
||||
1 if a > b */
|
||||
1 if a > b */
|
||||
ulint a1, /* in: more significant part of first pair */
|
||||
ulint a2, /* in: less significant part of first pair */
|
||||
ulint b1, /* in: more significant part of second pair */
|
||||
|
||||
Reference in New Issue
Block a user