diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2016-08-13 09:02:44 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2016-08-13 09:02:44 -0700 |
| commit | 3b9fe41fe301d572eede9309bc9d724739425be2 (patch) | |
| tree | 60e350c16fd0aa597bda6bb2dc9d842d2a6e2187 /sys | |
| parent | ae9d77a96b2aa8bb54904bf314587901fd7e7bba (diff) | |
reformat sources
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/decl.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/decl.go b/sys/decl.go index 4c85b9b53..62936304f 100644 --- a/sys/decl.go +++ b/sys/decl.go @@ -390,10 +390,10 @@ const ( type IntType struct { TypeCommon - TypeSize uintptr - Kind IntKind + TypeSize uintptr + Kind IntKind RangeBegin int64 - RangeEnd int64 + RangeEnd int64 } func (t IntType) Size() uintptr { |
