Fix some vertical alignments

ie. uses spaces for alignment.
This commit is contained in:
Lioncash 2014-02-16 15:30:18 -05:00
commit 6c4ee1753a
91 changed files with 1420 additions and 1405 deletions

View file

@ -51,11 +51,11 @@ private:
class Client
{
public:
PlayerId pid;
std::string name;
std::string revision;
PlayerId pid;
std::string name;
std::string revision;
sf::SocketTCP socket;
sf::SocketTCP socket;
u32 ping;
u32 current_game;
};