summaryrefslogtreecommitdiff
path: root/gdb/thread-db.c
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2002-01-08 01:34:12 +0000
committerMichael Snyder <msnyder@specifix.com>2002-01-08 01:34:12 +0000
commit1cc3b034d330e306ec97ac6779bfeeb5932e561f (patch)
tree8de24c12e31a89ed1159881080a1ce33f711209b /gdb/thread-db.c
parent76b5ce9241c8169e1a560a379c5536ba36ced85d (diff)
downloadgdb-1cc3b034d330e306ec97ac6779bfeeb5932e561f.tar.gz
2002-01-07 Michael Snyder <msnyder@redhat.com>
* thread-db.c (thread_db_new_objfile): Indendation fix.
Diffstat (limited to 'gdb/thread-db.c')
-rw-r--r--gdb/thread-db.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/thread-db.c b/gdb/thread-db.c
index a704924c2e0..df06f3c8b79 100644
--- a/gdb/thread-db.c
+++ b/gdb/thread-db.c
@@ -482,9 +482,9 @@ thread_db_new_objfile (struct objfile *objfile)
{
td_err_e err;
- /* Don't attempt to use thread_db on targets which can not run
- (core files). */
- if (objfile == NULL || !target_has_execution)
+ /* Don't attempt to use thread_db on targets which can not run
+ (core files). */
+ if (objfile == NULL || !target_has_execution)
{
/* All symbols have been discarded. If the thread_db target is
active, deactivate it now. */