From 3b9fe41fe301d572eede9309bc9d724739425be2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 13 Aug 2016 09:02:44 -0700 Subject: reformat sources --- sys/decl.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') 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 { -- cgit mrf-deployment