Imported Upstream version 1.2
[platform/upstream/libunwind.git] / src / hppa / Gis_signal_frame.c
index 202b570..00e40c6 100644 (file)
@@ -1,6 +1,6 @@
 /* libunwind - a platform-independent unwind library
    Copyright (C) 2004 Hewlett-Packard Co
-       Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
+        Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
 
 This file is part of libunwind.
 
@@ -64,7 +64,7 @@ unw_is_signal_frame (unw_cursor_t *cursor)
       return ret;
     }
   ret = ((w0 == 0x34190000 || w0 == 0x34190002)
-        && w1 == 0x3414015a && w2 == 0xe4008200 && w3 == 0x08000240);
+         && w1 == 0x3414015a && w2 == 0xe4008200 && w3 == 0x08000240);
   Debug (1, "(cursor=%p, ip=0x%08lx) -> %d\n", c, (unsigned) ip, ret);
   return ret;
 #else