From f1dfafe721441d24f60d8f1092bb35ad6e0f7275 Mon Sep 17 00:00:00 2001 From: "vtkachenko@intelp4d.mysql.com" <> Date: Fri, 24 Dec 2004 13:31:21 +0100 Subject: Many files: tabs replaced ha_innodb.cc: Comments removed --- innobase/sync/sync0rw.c | 4 ++-- innobase/sync/sync0sync.c | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'innobase/sync') diff --git a/innobase/sync/sync0rw.c b/innobase/sync/sync0rw.c index e57974a375b..359945594be 100644 --- a/innobase/sync/sync0rw.c +++ b/innobase/sync/sync0rw.c @@ -90,8 +90,8 @@ rw_lock_create_func( /*================*/ rw_lock_t* lock, /* in: pointer to memory */ const char* cfile_name, /* in: file name where created */ - ulint cline, /* in: file line where created */ - const char* cmutex_name) /* in: mutex name */ + ulint cline, /* in: file line where created */ + const char* cmutex_name) /* in: mutex name */ { /* If this is the very first time a synchronization object is created, then the following call initializes diff --git a/innobase/sync/sync0sync.c b/innobase/sync/sync0sync.c index fb46c692830..317455f57a3 100644 --- a/innobase/sync/sync0sync.c +++ b/innobase/sync/sync0sync.c @@ -197,8 +197,8 @@ mutex_create_func( /*==============*/ mutex_t* mutex, /* in: pointer to memory */ const char* cfile_name, /* in: file name where created */ - ulint cline, /* in: file line where created */ - const char* cmutex_name) /* in: mutex name */ + ulint cline, /* in: file line where created */ + const char* cmutex_name) /* in: mutex name */ { #if defined(_WIN32) && defined(UNIV_CAN_USE_X86_ASSEMBLER) mutex_reset_lock_word(mutex); @@ -361,10 +361,10 @@ for the mutex before suspending the thread. */ void mutex_spin_wait( /*============*/ - mutex_t* mutex, /* in: pointer to mutex */ - const char* file_name, /* in: file name where - mutex requested */ - ulint line) /* in: line where requested */ + mutex_t* mutex, /* in: pointer to mutex */ + const char* file_name, /* in: file name where + mutex requested */ + ulint line) /* in: line where requested */ { ulint index; /* index of the reserved wait cell */ ulint i; /* spin round count */ -- cgit v1.2.1