diff options
author | vasiljevic <zv@archiware.com> | 2005-05-31 08:29:10 (GMT) |
---|---|---|
committer | vasiljevic <zv@archiware.com> | 2005-05-31 08:29:10 (GMT) |
commit | 8d8ce1873b699933663bdc6197c621c92ac6850b (patch) | |
tree | 6e44815342f17a5adbe40cd2dbeef3af0d25daef /unix | |
parent | ea57b5c21323d62f1770ec945e8e4af7a77a532e (diff) | |
download | tcl-8d8ce1873b699933663bdc6197c621c92ac6850b.zip tcl-8d8ce1873b699933663bdc6197c621c92ac6850b.tar.gz tcl-8d8ce1873b699933663bdc6197c621c92ac6850b.tar.bz2 |
Cosmetic change (fixed identation in Tcl_FinalizeNotifier)
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclUnixNotfy.c | 8 |
1 files 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"); + } } /* |