mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
Fix some vertical alignments
ie. uses spaces for alignment.
This commit is contained in:
@ -51,10 +51,10 @@ public:
|
||||
class Player
|
||||
{
|
||||
public:
|
||||
PlayerId pid;
|
||||
std::string name;
|
||||
std::string revision;
|
||||
u32 ping;
|
||||
PlayerId pid;
|
||||
std::string name;
|
||||
std::string revision;
|
||||
u32 ping;
|
||||
};
|
||||
|
||||
class NetPlayClient
|
||||
|
Reference in New Issue
Block a user