mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-13 21:12:09 +00:00
Reformat repo to clang-format 7.0 rules
This commit is contained in:
parent
d347867f2e
commit
ff972e3673
208 changed files with 311 additions and 309 deletions
|
@ -31,4 +31,4 @@ void StopAudioDump();
|
|||
void IncreaseVolume(unsigned short offset);
|
||||
void DecreaseVolume(unsigned short offset);
|
||||
void ToggleMuteVolume();
|
||||
}
|
||||
} // namespace AudioCommon
|
||||
|
|
|
@ -25,4 +25,4 @@ private:
|
|||
double m_stretch_ratio = 1.0;
|
||||
};
|
||||
|
||||
} // AudioCommon
|
||||
} // namespace AudioCommon
|
||||
|
|
|
@ -33,4 +33,4 @@ private:
|
|||
FixedSizeQueue<float, 32768> m_decoded_fifo;
|
||||
};
|
||||
|
||||
} // AudioCommon
|
||||
} // namespace AudioCommon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue