2011-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
[deliverable/binutils-gdb.git] / gdb / breakpoint.c
index 3db940161f8b0cf3184582e34cf2103ddb3f66b6..8d0692b8c9eefd78d9953b2c2766da0a00296fd0 100644 (file)
@@ -8278,9 +8278,9 @@ remove_watchpoint (struct bp_location *bl)
 static int
 resources_needed_watchpoint (const struct bp_location *bl)
 {
-    int length = bl->owner->exact? 1 : bl->length;
+  int length = bl->owner->exact? 1 : bl->length;
 
-    return target_region_ok_for_hw_watchpoint (bl->address, length);
+  return target_region_ok_for_hw_watchpoint (bl->address, length);
 }
 
 /* The breakpoint_ops structure to be used in hardware watchpoints.  */
This page took 0.026105 seconds and 4 git commands to generate.