Mercurial > 510Connectbot
comparison src/ch/ethz/ssh2/packets/PacketWindowChange.java @ 307:071eccdff8ea ganymed
fix java formatting
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 30 Jul 2014 14:16:58 -0700 |
parents | 91a31873c42a |
children |
comparison
equal
deleted
inserted
replaced
305:d2b303406d63 | 307:071eccdff8ea |
---|---|
19 tw.writeBoolean(false); | 19 tw.writeBoolean(false); |
20 tw.writeUINT32(character_width); | 20 tw.writeUINT32(character_width); |
21 tw.writeUINT32(character_height); | 21 tw.writeUINT32(character_height); |
22 tw.writeUINT32(pixel_width); | 22 tw.writeUINT32(pixel_width); |
23 tw.writeUINT32(pixel_height); | 23 tw.writeUINT32(pixel_height); |
24 | |
25 payload = tw.getBytes(); | 24 payload = tw.getBytes(); |
26 } | 25 } |
27 | 26 |
28 public byte[] getPayload() { | 27 public byte[] getPayload() { |
29 return payload; | 28 return payload; |