diff options
author | Andrew Gallant <jamslam@gmail.com> | 2013-01-26 12:51:48 -0500 |
---|---|---|
committer | Přemysl Janouch <p@janouch.name> | 2018-09-08 16:49:16 +0200 |
commit | 3658686aeea7acc61621782c7c1e6dad66517479 (patch) | |
tree | 84f7783325e817969649d5423960a6b4f123a978 /nexgb/xproto | |
parent | e635de5e1d64d5d642c05ad24ebb207846022272 (diff) | |
download | haven-3658686aeea7acc61621782c7c1e6dad66517479.tar.gz haven-3658686aeea7acc61621782c7c1e6dad66517479.tar.xz haven-3658686aeea7acc61621782c7c1e6dad66517479.zip |
gofmt
Diffstat (limited to 'nexgb/xproto')
-rw-r--r-- | nexgb/xproto/xproto_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 |