From a9c355575b68a93a93a386b31b22dfbfc4113aab Mon Sep 17 00:00:00 2001 From: Panos Vasilopoulos Date: Wed, 1 May 2019 12:15:00 +0300 Subject: [PATCH] Fixed whitespace errors in player.h. --- include/basin/player.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/basin/player.h b/include/basin/player.h index dbd8fbd..565322b 100644 --- a/include/basin/player.h +++ b/include/basin/player.h @@ -14,8 +14,8 @@ struct player { struct mempool* pool; - struct server* server; - struct conn* conn; + struct server* server; + struct conn* conn; struct world* world; struct entity* entity; @@ -35,7 +35,7 @@ struct player { uint16_t currentItem; uint8_t gamemode; - float reachDistance; + float reachDistance; uint8_t invulnerable; uint8_t ping;