From a2abd361dbd2e36ecd72bbf34924892cb0fc6215 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 30 Jun 2020 19:16:10 -0400 Subject: [PATCH] gtkwave: Update to match spacing of upstream. No functional change. --- include/gtkwave/fstapi.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/include/gtkwave/fstapi.c b/include/gtkwave/fstapi.c index 8c95f7bfe..d311c756d 100644 --- a/include/gtkwave/fstapi.c +++ b/include/gtkwave/fstapi.c @@ -1868,10 +1868,10 @@ if(xc->parallel_enabled) xc->section_header_only = 0; xc->secnum++; - while (xc->in_pthread) - { - pthread_mutex_lock(&xc->mutex); - pthread_mutex_unlock(&xc->mutex); + while (xc->in_pthread) + { + pthread_mutex_lock(&xc->mutex); + pthread_mutex_unlock(&xc->mutex); }; pthread_mutex_lock(&xc->mutex); @@ -1959,10 +1959,10 @@ if(xc && !xc->already_in_close && !xc->already_in_flush) pthread_mutex_lock(&xc->mutex); pthread_mutex_unlock(&xc->mutex); - while (xc->in_pthread) - { - pthread_mutex_lock(&xc->mutex); - pthread_mutex_unlock(&xc->mutex); + while (xc->in_pthread) + { + pthread_mutex_lock(&xc->mutex); + pthread_mutex_unlock(&xc->mutex); }; #endif }