mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
Fix some vertical alignments
ie. uses spaces for alignment.
This commit is contained in:
parent
2a7a94387c
commit
6c4ee1753a
91 changed files with 1420 additions and 1405 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue