Mercurial > 510Connectbot
diff src/ch/ethz/ssh2/packets/PacketUserauthRequestInteractive.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 |
line wrap: on
line diff
--- a/src/ch/ethz/ssh2/packets/PacketUserauthRequestInteractive.java Wed Jul 30 12:09:51 2014 -0700 +++ b/src/ch/ethz/ssh2/packets/PacketUserauthRequestInteractive.java Wed Jul 30 14:16:58 2014 -0700 @@ -20,7 +20,7 @@ tw.writeString("keyboard-interactive"); tw.writeString(""); // draft-ietf-secsh-newmodes-04.txt says that // the language tag should be empty. - tw.writeNameList(null == submethods ? new String[]{} : submethods); + tw.writeNameList(null == submethods ? new String[] {} : submethods); payload = tw.getBytes(); }