summaryrefslogtreecommitdiff
path: root/gdb/aix-thread.c
diff options
context:
space:
mode:
authorPierre Muller <muller@ics.u-strasbg.fr>2009-10-06 21:27:58 +0000
committerPierre Muller <muller@ics.u-strasbg.fr>2009-10-06 21:27:58 +0000
commit56729ce32e554ad6bdcbd18790c35439f1cdb06b (patch)
tree01cf885385698c630952c798c7455ff6a38b9bfc /gdb/aix-thread.c
parent84f93f2ffc28c735fef3d9bf4ad858fb3e7ae8d7 (diff)
downloadgdb-56729ce32e554ad6bdcbd18790c35439f1cdb06b.tar.gz
ARI fix: OP eol rule.
* ada-exp.y (block_lookup): Avoid operator at end of line. * aix-thread.c (pd_enable): Idem. * alpha-tdep.c (alpha_next_pc): Idem. * arm-tdep.c (arm_skip_prologue, arm_scan_prologue): Idem. (condition_true, coff_sym_is_thumb): Idem.
Diffstat (limited to 'gdb/aix-thread.c')
-rw-r--r--gdb/aix-thread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/aix-thread.c b/gdb/aix-thread.c
index f1b34d58683..92693d632a3 100644
--- a/gdb/aix-thread.c
+++ b/gdb/aix-thread.c
@@ -893,8 +893,8 @@ pd_enable (void)
stub_name = NULL;
status = pthdb_session_pthreaded (PD_USER, PTHDB_FLAG_REGS,
&pd_callbacks, &stub_name);
- if ((status != PTHDB_SUCCESS &&
- status != PTHDB_NOT_PTHREADED) || !stub_name)
+ if ((status != PTHDB_SUCCESS
+ && status != PTHDB_NOT_PTHREADED) || !stub_name)
return;
/* Set a breakpoint on the returned stub function. */