diff options
| author | Ian Lance Taylor <[email protected]> | 2016-02-16 21:36:57 -0800 |
|---|---|---|
| committer | Ian Lance Taylor <[email protected]> | 2016-02-16 21:36:57 -0800 |
| commit | ddbf1baab1f6d066f2bda591c1e68340845392c8 (patch) | |
| tree | 4d9e44ab9d611fa623fad5a6651ab80c37a2601b | |
| parent | a1f25eafec55509d49dffb4c84f7c5b729e6a85e (diff) | |
merge: remove whitespace change
| -rw-r--r-- | merge.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -265,8 +265,8 @@ func (r *Repository) MergeBases(one, two *Oid) ([]*Oid, error) { oids := make([]*Oid, coids.count) hdr := reflect.SliceHeader { Data: uintptr(unsafe.Pointer(coids.ids)), - Len: int(coids.count), - Cap: int(coids.count), + Len: int(coids.count), + Cap: int(coids.count), } goSlice := *(*[]C.git_oid)(unsafe.Pointer(&hdr)) |
