From 8d8ce1873b699933663bdc6197c621c92ac6850b Mon Sep 17 00:00:00 2001 From: vasiljevic Date: Tue, 31 May 2005 08:29:10 +0000 Subject: Cosmetic change (fixed identation in Tcl_FinalizeNotifier) --- unix/tclUnixNotfy.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c index f4368c5..44f8a24 100644 --- a/unix/tclUnixNotfy.c +++ b/unix/tclUnixNotfy.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixNotfy.c,v 1.11.2.10 2005/05/31 08:18:31 vasiljevic Exp $ + * RCS: @(#) $Id: tclUnixNotfy.c,v 1.11.2.11 2005/05/31 08:29:10 vasiljevic Exp $ */ #ifndef HAVE_COREFOUNDATION /* Darwin/Mac OS X CoreFoundation notifier @@ -295,9 +295,9 @@ Tcl_FinalizeNotifier(clientData) Tcl_ConditionWait(¬ifierCV, ¬ifierMutex, NULL); result = Tcl_JoinThread(notifierThread); - if (result) { - Tcl_Panic("Tcl_FinalizeNotifier: unable to join notifier thread"); - } + if (result) { + Tcl_Panic("Tcl_FinalizeNotifier: unable to join notifier thread"); + } } /* -- cgit v0.12