mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +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
|
@ -48,8 +48,8 @@ union UPEAlphaReadReg
|
|||
u16 Hex;
|
||||
struct
|
||||
{
|
||||
u16 ReadMode : 2;
|
||||
u16 : 14;
|
||||
u16 ReadMode : 2;
|
||||
u16 : 14;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue