diff options
author | Haru <haru@dotalux.com> | 2018-02-07 04:13:05 +0100 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2018-02-10 01:23:16 +0100 |
commit | 952df452e7ac9a62c9bc2db3e26958649270f2f4 (patch) | |
tree | 6f653c6c829db2451dc20f13e0ab51f2b943d3e0 /src/login | |
parent | ba28b56a6b3180c7d13c196ecb44fddd3d63a4f6 (diff) | |
download | hercules-952df452e7ac9a62c9bc2db3e26958649270f2f4.tar.gz hercules-952df452e7ac9a62c9bc2db3e26958649270f2f4.tar.bz2 hercules-952df452e7ac9a62c9bc2db3e26958649270f2f4.tar.xz hercules-952df452e7ac9a62c9bc2db3e26958649270f2f4.zip |
Clean up trailing whitespace and non-indent tabs
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/login')
-rw-r--r-- | src/login/lclif.p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/login/lclif.p.h b/src/login/lclif.p.h index 024280b37..5c5c062d3 100644 --- a/src/login/lclif.p.h +++ b/src/login/lclif.p.h @@ -122,7 +122,7 @@ struct packet_CA_LOGIN4 { */ struct packet_CA_LOGIN_PCBANG { int16 packet_id; ///< Packet ID (#PACKET_ID_CA_LOGIN_PCBANG) - uint32 version; ///< Client Version + uint32 version; ///< Client Version char id[24]; ///< Username char password[24]; ///< Password uint8 clienttype; ///< Client Type |