ARI fix: OP eol rule.
[deliverable/binutils-gdb.git] / gdb / aix-thread.c
index f1b34d58683e4ab77779e18be5e2bf1027cabbe9..92693d632a3796fd957e02f452dd0e8ce4e49f94 100644 (file)
@@ -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.  */
This page took 0.026446 seconds and 4 git commands to generate.