1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-10 19:44:09 +03:00

Style cleanups: Convert spaces to tabs, remove trailing whitespace, other

misc cleanups.
This commit is contained in:
osku
2006-02-21 12:37:54 +00:00
parent 9596f6d82d
commit ac69f8c21b
203 changed files with 11091 additions and 11051 deletions

View File

@@ -29,7 +29,7 @@ sess_t*
sess_open(void)
/*===========*/
/* out, own: session object */
{
{
sess_t* sess;
#ifdef UNIV_SYNC_DEBUG
@@ -54,7 +54,7 @@ void
sess_close(
/*=======*/
sess_t* sess) /* in, own: session object */
{
{
#ifdef UNIV_SYNC_DEBUG
ut_ad(mutex_own(&kernel_mutex));
#endif /* UNIV_SYNC_DEBUG */