Imported Upstream version 1.2
[platform/upstream/libunwind.git] / src / hppa / Gget_save_loc.c
index 2b415b7..549366a 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.
 
@@ -31,7 +31,7 @@ unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc)
   /* struct cursor *c = (struct cursor *) cursor; */
   dwarf_loc_t loc;
 
-  loc = DWARF_NULL_LOC;                /* default to "not saved" */
+  loc = DWARF_NULL_LOC;         /* default to "not saved" */
 
 #warning FIX ME!