2002-01-07 Michael Snyder * thread-db.c (thread_db_new_objfile): Indendation fix. Index: thread-db.c =================================================================== RCS file: /cvs/src/src/gdb/thread-db.c,v retrieving revision 1.19 diff -p -r1.19 thread-db.c *** thread-db.c 2002/01/05 01:46:30 1.19 --- thread-db.c 2002/01/08 01:32:28 *************** thread_db_new_objfile (struct objfile *o *** 482,490 **** { 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) { /* All symbols have been discarded. If the thread_db target is active, deactivate it now. */ --- 482,490 ---- { 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) { /* All symbols have been discarded. If the thread_db target is active, deactivate it now. */