From 3658686aeea7acc61621782c7c1e6dad66517479 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 26 Jan 2013 12:51:48 -0500 Subject: gofmt --- nexgb/xproto/xproto_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nexgb/xproto') diff --git a/nexgb/xproto/xproto_test.go b/nexgb/xproto/xproto_test.go index 8d0ca88..44d3285 100644 --- a/nexgb/xproto/xproto_test.go +++ b/nexgb/xproto/xproto_test.go @@ -88,8 +88,8 @@ func TestCookieBuffer(t *testing.T) { TestProperty(t) } -// TestSequenceWrap issues (2^16) + n requests w/ replies to guarantee that the -// sequence number (which is a 16 bit integer) will wrap. It then issues one +// TestSequenceWrap issues (2^16) + n requests w/ replies to guarantee that the +// sequence number (which is a 16 bit integer) will wrap. It then issues one // final request to ensure things still work properly. func TestSequenceWrap(t *testing.T) { n := (1 << 16) + 10 -- cgit v1.2.3