Imported Upstream version 1.2
[platform/upstream/libunwind.git] / src / mi / Gget_proc_info_by_ip.c
index 4c9de77..c39312d 100644 (file)
@@ -1,6 +1,6 @@
 /* libunwind - a platform-independent unwind library
    Copyright (C) 2003, 2005 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.
 
@@ -27,7 +27,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.  */
 
 PROTECTED int
 unw_get_proc_info_by_ip (unw_addr_space_t as, unw_word_t ip,
-                        unw_proc_info_t *pi, void *as_arg)
+                         unw_proc_info_t *pi, void *as_arg)
 {
   unw_accessors_t *a = unw_get_accessors (as);
   int ret;