daily update
[deliverable/binutils-gdb.git] / gdb / aix-thread.c
index f1b34d58683e4ab77779e18be5e2bf1027cabbe9..cbdb099c709b469fdb2e97a454e94ce7d2e9d02a 100644 (file)
@@ -1,6 +1,6 @@
 /* Low level interface for debugging AIX 4.3+ pthreads.
 
-   Copyright (C) 1999, 2000, 2002, 2007, 2008, 2009
+   Copyright (C) 1999, 2000, 2002, 2007, 2008, 2009, 2010
    Free Software Foundation, Inc.
    Written by Nick Duffek <nsd@redhat.com>.
 
@@ -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.037675 seconds and 4 git commands to generate.