summaryrefslogtreecommitdiff
path: root/src/pkg/debug/dwarf/unit.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/debug/dwarf/unit.go')
-rw-r--r--src/pkg/debug/dwarf/unit.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/debug/dwarf/unit.go b/src/pkg/debug/dwarf/unit.go
index 582fd0cf2..eb4e7656e 100644
--- a/src/pkg/debug/dwarf/unit.go
+++ b/src/pkg/debug/dwarf/unit.go
@@ -53,7 +53,7 @@ func (d *Data) parseUnits() ([]unit, os.Error) {
u.atable = atable;
u.addrsize = int(b.uint8());
u.off = b.off;
- u.data = b.bytes(int(n-(2+4+1)));
+ u.data = b.bytes(int(n - (2 + 4 + 1)));
}
if b.err != nil {
return nil, b.err