PATCH: Fix indentation
H. J. Lu
hjl@lucon.org
Wed Jan 28 23:03:00 GMT 2004
I checked in this patch to fix indentation.
H.J.
---
2004-01-28 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-ia64.c (emit_one_bundle): Add proper indentation.
Index: tc-ia64.c
===================================================================
RCS file: /cvs/src/src/gas/config/tc-ia64.c,v
retrieving revision 1.96
diff -u -p -r1.96 tc-ia64.c
--- tc-ia64.c 7 Jan 2004 19:19:35 -0000 1.96
+++ tc-ia64.c 28 Jan 2004 22:56:28 -0000
@@ -6375,8 +6375,8 @@ emit_one_bundle ()
if (unwind.list)
{
- unwind.list->next_slot_number = (unsigned long) f + 16;
- unwind.list->next_slot_frag = frag_now;
+ unwind.list->next_slot_number = (unsigned long) f + 16;
+ unwind.list->next_slot_frag = frag_now;
}
}
More information about the Binutils
mailing list